Huw Davies : server: Android declares syscall() in sys/syscall.h .
26 Sep
2013
26 Sep
'13
8:44 p.m.
Module: wine Branch: master Commit: b47a391e9326bd4ff26e64cbae8b74d9e40907be URL: http://source.winehq.org/git/wine.git/?a=commit;h=b47a391e9326bd4ff26e64cbae... Author: Huw Davies <huw(a)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
4556
Age (days ago)
4556
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard