diff --git a/common/shm.c b/common/shm.c index 35ec90fc..2bda5048 100644 --- a/common/shm.c +++ b/common/shm.c @@ -49,11 +49,16 @@ #include #include #include -#include #include #include #include "promiscuous.h" +#ifdef __QNXNTO__ +#include +#else +#include +#endif + #endif #include "shm.h"