--- libaitsched/inc/global.h 2011/08/05 15:52:00 1.1 +++ libaitsched/inc/global.h 2012/01/08 01:32:12 1.2.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: global.h,v 1.1 2011/08/05 15:52:00 misho Exp $ +* $Id: global.h,v 1.2.2.1 2012/01/08 01:32:12 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -61,11 +61,14 @@ SUCH DAMAGE. #include #include #include +#ifdef HAVE_LIBPTHREAD +#include +#endif #include "config.h" -#include "defs.h" #include "aitsched.h" +#include "defs.h" #endif