--- libaitrpc/inc/global.h 2015/07/22 20:01:46 1.14 +++ libaitrpc/inc/global.h 2016/06/23 16:18:37 1.14.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: global.h,v 1.14 2015/07/22 20:01:46 misho Exp $ +* $Id: global.h,v 1.14.2.1 2016/06/23 16:18:37 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -65,11 +65,10 @@ SUCH DAMAGE. #include #include #include -#if !defined(__NetBSD__) +#if !defined(__NetBSD__) && !defined(__linux__) #include #endif #include -#include #include #include #include @@ -86,7 +85,10 @@ SUCH DAMAGE. #include #endif #include +#ifndef __linux__ +#include #include +#endif #include #include #include