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:
parent
dc41ff5a84
commit
7cff3e807e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user