summaryrefslogtreecommitdiff
path: root/emulators/wine/patches/patch-ab
blob: efe157491f9377a98ec11208c20bce5ba08c4ad3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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