--- libaitcfg/inc/global.h 2012/03/30 11:59:11 1.3.4.1 +++ libaitcfg/inc/global.h 2012/04/02 14:39:02 1.3.4.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: global.h,v 1.3.4.1 2012/03/30 11:59:11 misho Exp $ +* $Id: global.h,v 1.3.4.2 2012/04/02 14:39:02 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -56,12 +56,18 @@ SUCH DAMAGE. #include #include #include +#include +#ifdef HAVE_LIBPTHREAD +#include +#endif #include #include +#include +#include #include -#include "defs.h" #include "aitcfg.h" +#include "defs.h" #endif