--- libaitsched/inc/global.h 2012/03/13 10:00:37 1.3.2.1 +++ libaitsched/inc/global.h 2014/01/27 16:52:56 1.8.10.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: global.h,v 1.3.2.1 2012/03/13 10:00:37 misho Exp $ +* $Id: global.h,v 1.8.10.2 2014/01/27 16:52:56 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -47,22 +47,28 @@ SUCH DAMAGE. #define __GLOBAL_H +#include "config.h" + #include #include #include #include #include +#include #include #include +#include #include #include #include #include #include +#ifndef KQ_DISABLE #include +#else +#include +#endif #include - -#include "config.h" #include "aitsched.h" #include "defs.h"