diff options
author | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2011-02-25 08:18:20 (GMT) |
---|---|---|
committer | Morten Sorvig <msorvig@trolltech.com> | 2011-03-16 08:09:00 (GMT) |
commit | 2eddefa0d26e32e1f8e2dd93998ff14ff9c912d2 (patch) | |
tree | 72ef4975c8c7866119948cec44f5b09bdab5491a | |
parent | 66f30105ef15579c13b5574cc11bbe49f1615f41 (diff) | |
download | Qt-2eddefa0d26e32e1f8e2dd93998ff14ff9c912d2.zip Qt-2eddefa0d26e32e1f8e2dd93998ff14ff9c912d2.tar.gz Qt-2eddefa0d26e32e1f8e2dd93998ff14ff9c912d2.tar.bz2 |
Compile.
-rw-r--r-- | src/corelib/global/qnaclunimplemented.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/global/qnaclunimplemented.h b/src/corelib/global/qnaclunimplemented.h index 2d3d426..921667e 100644 --- a/src/corelib/global/qnaclunimplemented.h +++ b/src/corelib/global/qnaclunimplemented.h @@ -44,6 +44,8 @@ #ifdef Q_OS_NACL +#include <sys/types.h> + // pthread #include <pthread.h> #define PTHREAD_CANCEL_DISABLE 1 |