diff options
Diffstat (limited to 'lib/sh/pathcanon.c')
-rw-r--r-- | lib/sh/pathcanon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sh/pathcanon.c b/lib/sh/pathcanon.c index 98e41ce..f19bd55 100644 --- a/lib/sh/pathcanon.c +++ b/lib/sh/pathcanon.c @@ -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> |