Add missing header for syscall().

This is cunningly not defined in syscall.h

(cherry picked from commit 3df3a5b645)
This commit is contained in:
John Maguire 2014-02-06 19:03:10 +01:00
parent 89ff164efa
commit 7f745cba91
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@
#endif
#ifdef Q_OS_LINUX
# include <unistd.h>
# include <sys/syscall.h>
#endif
#ifdef Q_OS_DARWIN