mirror of
https://github.com/reactos/wine.git
synced 2025-01-19 02:02:18 +00:00
server: Android declares syscall() in sys/syscall.h .
This commit is contained in:
parent
626be2eab1
commit
b47a391e93
@ -88,6 +88,9 @@
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#ifdef HAVE_SYS_SYSCALL_H
|
||||
#include <sys/syscall.h>
|
||||
#endif
|
||||
|
||||
#include "ntstatus.h"
|
||||
#define WIN32_NO_STATUS
|
||||
|
Loading…
x
Reference in New Issue
Block a user