--- libaitcli/inc/global.h 2010/12/07 16:20:24 1.2.2.3 +++ libaitcli/inc/global.h 2011/03/16 18:28:06 1.3.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: global.h,v 1.2.2.3 2010/12/07 16:20:24 misho Exp $ +* $Id: global.h,v 1.3.2.2 2011/03/16 18:28:06 misho Exp $ * *************************************************************************/ #ifndef __GLOBAL_H @@ -21,20 +21,23 @@ #include #include #include -#include +#ifdef HAVE_LIBUTIL_H + #include +#else + #include +#endif #include #include #include #include #include -#include #include #include #include -#include "aitcli.h" #include "defs.h" +#include "aitcli.h" #endif