aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sh/strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sh/strerror.c')
-rw-r--r--lib/sh/strerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sh/strerror.c b/lib/sh/strerror.c
index 4081e9c..bf63926 100644
--- a/lib/sh/strerror.c
+++ b/lib/sh/strerror.c
@@ -23,7 +23,7 @@
#if !defined (HAVE_STRERROR)
#include <bashtypes.h>
-#ifndef _MINIX
+#if defined (HAVE_SYS_PARAM_H)
# include <sys/param.h>
#endif