Remove inclusion of sys/sem.h for INTEGRITY.

On INTEGRITY, the header does not exist and is not needed for compilation.

Change-Id: I7e473c30d23f213a31fc39ad4ef86c06db299f16
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Rolland Dudemaine 2015-10-27 02:21:43 +01:00 committed by Thiago Macieira
parent dc41ff5a84
commit 7cff3e807e

View File

@ -61,7 +61,7 @@ namespace QSharedMemoryPrivate
#include "qsystemsemaphore.h"
#include "private/qobject_p.h"
#if !defined(Q_OS_WIN) && !defined(Q_OS_ANDROID)
#if !defined(Q_OS_WIN) && !defined(Q_OS_ANDROID) && !defined(Q_OS_INTEGRITY)
# include <sys/sem.h>
#endif