Commit b47a391e authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

server: Android declares syscall() in sys/syscall.h .

parent 626be2ea
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment