--- libelwix/inc/global.h 2015/06/25 00:36:47 1.4.20.1 +++ libelwix/inc/global.h 2016/05/14 11:31:38 1.5.4.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: global.h,v 1.4.20.1 2015/06/25 00:36:47 misho Exp $ +* $Id: global.h,v 1.5.4.1 2016/05/14 11:31:38 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -64,11 +64,16 @@ SUCH DAMAGE. #include #include #include -#include +#ifndef __linux__ #include -#include +#else +#include +#include +#include +#endif +#include #include -#ifndef __OpenBSD__ +#if !defined(__OpenBSD__) && !defined(__linux__) #include #endif