From af34af8b2f1a4e0181ecb53a3478c87e1cc48202 Mon Sep 17 00:00:00 2001 From: Timo Wischer Date: Tue, 7 May 2019 17:39:41 +0200 Subject: [PATCH] qnx: shm: Include right header Change-Id: I40287828155d7b7530d8760724b3fb3b06ae15b7 Signed-off-by: Timo Wischer --- common/shm.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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"