NetBSD compile error fix

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Jun-Young

-- 
Bang Jun-Young <junyoung@mogua.com>
--- 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
 

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux