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