11 lines
407 B
Diff
11 lines
407 B
Diff
--- a/src/corelib/kernel/qsharedmemory_p.h
|
|
+++ b/src/corelib/kernel/qsharedmemory_p.h
|
|
@@ -72,7 +72,7 @@
|
|
# include "private/qobject_p.h"
|
|
#endif
|
|
|
|
-#if !defined(Q_OS_WIN) && !defined(Q_OS_ANDROID) && !defined(Q_OS_INTEGRITY) && !defined(Q_OS_RTEMS)
|
|
+#if !defined(Q_OS_WIN) && !defined(Q_OS_ANDROID) && !defined(__ANDROID__) && !defined(Q_OS_INTEGRITY) && !defined(Q_OS_RTEMS)
|
|
# include <sys/sem.h>
|
|
#endif
|