summaryrefslogtreecommitdiff
path: root/general.c
diff options
context:
space:
mode:
authorChet Ramey <chet@caleb.ins.cwru.edu>2012-08-13 11:57:32 -0400
committerChet Ramey <chet@caleb.ins.cwru.edu>2012-08-13 11:57:32 -0400
commitfd58d46e0d058aa983eea532bfd7d4c597adef54 (patch)
treeb5cf25cb522e7855dd21aaf2a1389e552953a890 /general.c
parentaaf6036e86e8abdcd6888dc2099d0af503006d69 (diff)
downloadbash-fd58d46e0d058aa983eea532bfd7d4c597adef54.tar.gz
commit bash-20120727 snapshot
Diffstat (limited to 'general.c')
-rw-r--r--general.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/general.c b/general.c
index aa5ce7e2..79e404b4 100644
--- a/general.c
+++ b/general.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"