diff options
Diffstat (limited to 'regex.c')
-rw-r--r-- | regex.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |