NetBSD compile error fix

Bang Jun-Young junyoung at mogua.com
Thu Jul 25 09:46:39 CDT 2002


	* memory/global.c:
	Make compile on NetBSD.

Jun-Young

-- 
Bang Jun-Young <junyoung at mogua.com>
-------------- next part --------------
--- global.c.orig	Thu Jul  4 06:10:44 2002
+++ global.c	Thu Jul 25 23:43:26 2002
@@ -29,6 +29,9 @@
 #include <unistd.h>
 #include <string.h>
 #ifdef HAVE_SYS_SYSCTL_H
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
 #include <sys/sysctl.h>
 #endif
 


More information about the wine-patches mailing list