aboutsummaryrefslogtreecommitdiffstats
path: root/regex.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-11-30 14:27:35 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-11-30 14:27:35 +0200
commit71157f7f5f2fb9bf0fe588135485a8dcec322786 (patch)
tree45a0fd2d2aa49e87955e31ff313ad4d0b008c494 /regex.c
parentd3699b66e430f40943242dcc2b2687e871207471 (diff)
parent242ee720a6387f87e05d3eb8e30d2c7061cbf8ef (diff)
downloadegawk-71157f7f5f2fb9bf0fe588135485a8dcec322786.tar.gz
egawk-71157f7f5f2fb9bf0fe588135485a8dcec322786.tar.bz2
egawk-71157f7f5f2fb9bf0fe588135485a8dcec322786.zip
Merge branch 'master' into array-iface
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/regex.c b/regex.c
index 3abc7585..5ce79e09 100644
--- a/regex.c
+++ b/regex.c
@@ -1,5 +1,5 @@
/* Extended regular expression matching and search library.
- Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2002-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
@@ -56,6 +56,9 @@
#undefs RE_DUP_MAX and sets it to the right value. */
#include <limits.h>
+/* This header defines the MIN and MAX macros. */
+#include <sys/param.h>
+
#ifdef GAWK
#undef alloca
#define alloca alloca_is_bad_you_should_never_use_it