--- libaitio/inc/global.h 2016/08/10 15:18:23 1.18.8.4 +++ libaitio/inc/global.h 2016/08/18 09:06:31 1.19 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: global.h,v 1.18.8.4 2016/08/10 15:18:23 misho Exp $ +* $Id: global.h,v 1.19 2016/08/18 09:06:31 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -49,6 +49,10 @@ SUCH DAMAGE. #include "config.h" +#ifdef __linux__ +#define _GNU_SOURCE +#endif + #include #include #include @@ -73,6 +77,7 @@ SUCH DAMAGE. #include #include #else +#include #include #include #include