Bash-4.3 distribution sources and documentation
[platform/upstream/bash.git] / lib / malloc / getpagesize.h
index 7f32340..a59eabe 100644 (file)
@@ -32,7 +32,7 @@
 #endif
 
 #if !defined (getpagesize)
-#  ifndef _MINIX
+#  if defined (HAVE_SYS_PARAM_H)
 #    include <sys/param.h>
 #  endif
 #  if defined (PAGESIZE)