summaryrefslogtreecommitdiff
path: root/lib/sh/spell.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sh/spell.c')
-rw-r--r--lib/sh/spell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sh/spell.c b/lib/sh/spell.c
index d0394c29..da78690c 100644
--- a/lib/sh/spell.c
+++ b/lib/sh/spell.c
@@ -30,7 +30,7 @@
#include <bashtypes.h>
#include <posixdir.h>
#include <posixstat.h>
-#ifndef _MINIX
+#if defined (HAVE_SYS_PARAM_H)
#include <sys/param.h>
#endif