Add missing header for syscall().
This is cunningly not defined in syscall.h (cherry picked from commit 3df3a5b645737603af6bda844db04c431b9c8064)
This commit is contained in:
parent
89ff164efa
commit
7f745cba91
@ -50,6 +50,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef Q_OS_LINUX
|
#ifdef Q_OS_LINUX
|
||||||
|
# include <unistd.h>
|
||||||
# include <sys/syscall.h>
|
# include <sys/syscall.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef Q_OS_DARWIN
|
#ifdef Q_OS_DARWIN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user