summaryrefslogtreecommitdiff
path: root/emulators/wine/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine/patches/patch-ab')
-rw-r--r--emulators/wine/patches/patch-ab20
1 files changed, 20 insertions, 0 deletions
diff --git a/emulators/wine/patches/patch-ab b/emulators/wine/patches/patch-ab
new file mode 100644
index 00000000000..efe157491f9
--- /dev/null
+++ b/emulators/wine/patches/patch-ab
@@ -0,0 +1,20 @@
+$NetBSD: patch-ab,v 1.10 2002/07/29 09:16:39 junyoung Exp $
+
+Index: memory/global.c
+===================================================================
+RCS file: /home/wine/wine/memory/global.c,v
+retrieving revision 1.66
+retrieving revision 1.67
+diff -u -r1.66 -r1.67
+--- memory/global.c 3 Jul 2002 21:10:44 -0000 1.66
++++ memory/global.c 25 Jul 2002 23:57:34 -0000 1.67
+@@ -28,6 +28,9 @@
+ #include <stdio.h>
+ #include <unistd.h>
+ #include <string.h>
++#ifdef HAVE_SYS_PARAM_H
++#include <sys/param.h>
++#endif
+ #ifdef HAVE_SYS_SYSCTL_H
+ #include <sys/sysctl.h>
+ #endif