From f2d137e07671bb1158f81e5a772c3f994c69953f Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 30 Nov 2012 14:20:43 +0200 Subject: Sync regex routines with GLIBC. --- regex.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'regex.c') 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 . @@ -56,6 +56,9 @@ #undefs RE_DUP_MAX and sets it to the right value. */ #include +/* This header defines the MIN and MAX macros. */ +#include + #ifdef GAWK #undef alloca #define alloca alloca_is_bad_you_should_never_use_it -- cgit v1.2.3