--- libaitsched/inc/global.h 2022/09/26 19:06:17 1.12.16.1 +++ libaitsched/inc/global.h 2025/07/16 11:07:06 1.15 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: global.h,v 1.12.16.1 2022/09/26 19:06:17 misho Exp $ +* $Id: global.h,v 1.15 2025/07/16 11:07:06 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -79,8 +79,12 @@ SUCH DAMAGE. #include #endif #include -#ifdef HAVE_BSD_STRING_H +#if defined(HAVE_LIBBSD) && ! defined(HAVE_LIBELWIX) #include +#endif + +#ifdef __ELWIX +#include #endif #include "aitsched.h"