Module: wine Branch: master Commit: b47a391e9326bd4ff26e64cbae8b74d9e40907be URL: http://source.winehq.org/git/wine.git/?a=commit;h=b47a391e9326bd4ff26e64cbae...
Author: Huw Davies huw@codeweavers.com Date: Thu Sep 26 11:15:15 2013 +0100
server: Android declares syscall() in sys/syscall.h .
---
server/fd.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/server/fd.c b/server/fd.c index 16e4196..32b2a29 100644 --- a/server/fd.c +++ b/server/fd.c @@ -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