Bash-4.3 distribution sources and documentation
[platform/upstream/bash.git] / lib / sh / pathcanon.c
index 98e41ce..f19bd55 100644 (file)
@@ -21,7 +21,7 @@
 #include <config.h>
 
 #include <bashtypes.h>
-#ifndef _MINIX
+#if defined (HAVE_SYS_PARAM_H)
 #  include <sys/param.h>
 #endif
 #include <posixstat.h>