aboutsummaryrefslogtreecommitdiffstats
path: root/regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regex.c b/regex.c
index 700e7f9d..167d35b2 100644
--- a/regex.c
+++ b/regex.c
@@ -57,9 +57,9 @@
#include <limits.h>
/* This header defines the MIN and MAX macros. */
-#ifndef VMS
+#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
-#endif /* VMS */
+#endif /* HAVE_SYS_PARAM_H */
#ifdef GAWK
#undef alloca