diff options
Diffstat (limited to 'emulators/wine/files/patch-dlls-kernel-sync.c')
-rw-r--r-- | emulators/wine/files/patch-dlls-kernel-sync.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/emulators/wine/files/patch-dlls-kernel-sync.c b/emulators/wine/files/patch-dlls-kernel-sync.c new file mode 100644 index 000000000000..1ac6a41467b7 --- /dev/null +++ b/emulators/wine/files/patch-dlls-kernel-sync.c @@ -0,0 +1,15 @@ +Index: dlls/kernel/sync.c +=================================================================== +RCS file: /home/wine/wine/dlls/kernel/sync.c,v +retrieving revision 1.76 +diff -u -3 -p -r1.76 sync.c +--- dlls/kernel/sync.c 18 Apr 2005 14:57:04 -0000 1.76 ++++ dlls/kernel/sync.c 19 Apr 2005 19:53:50 -0000 +@@ -38,6 +38,7 @@ + #ifdef HAVE_SYS_SOCKET_H + #include <sys/socket.h> + #endif ++#include <limits.h> + #include <stdarg.h> + #include <stdio.h> + |