diff options
Diffstat (limited to 'lib/sh/mailstat.c')
-rw-r--r-- | lib/sh/mailstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sh/mailstat.c b/lib/sh/mailstat.c index 2b2ac0e..79b431a 100644 --- a/lib/sh/mailstat.c +++ b/lib/sh/mailstat.c @@ -28,7 +28,7 @@ #include <posixdir.h> #include <bashansi.h> -#ifndef _MINIX +#if defined (HAVE_SYS_PARAM_H) # include <sys/param.h> #endif |