OSDN Git Service

Update from Cygnus libiberty.
[pf3gnuchains/gcc-fork.git] / libiberty / getpagesize.c
index e9784b8..d6327a8 100644 (file)
@@ -28,8 +28,10 @@ BUGS
 
 #ifndef VMS
 
+#include "config.h"
+
 #include <sys/types.h>
-#ifndef NO_SYS_PARAM_H
+#ifdef HAVE_SYS_PARAM_H
 #include <sys/param.h>
 #endif