--- libaitsched/inc/global.h 2022/09/26 19:42:50 1.13 +++ libaitsched/inc/global.h 2025/07/16 11:04:41 1.14.30.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: global.h,v 1.13 2022/09/26 19:42:50 misho Exp $ +* $Id: global.h,v 1.14.30.1 2025/07/16 11:04:41 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"