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

Alexandre Julliard julliard at winehq.org
Thu Sep 26 15:44:06 CDT 2013


Module: wine
Branch: master
Commit: b47a391e9326bd4ff26e64cbae8b74d9e40907be
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b47a391e9326bd4ff26e64cbae8b74d9e40907be

Author: Huw Davies <huw at 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




More information about the wine-cvs mailing list