From bea9b19322c77265033a068ac60c95a37e798a80 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 30 Jul 2012 16:09:11 -0700 Subject: Fix lots of bitrot for stub configurations. --- posix/regex.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'posix/regex.c') diff --git a/posix/regex.c b/posix/regex.c index 6d0a8976ac..3ab9a6adcb 100644 --- a/posix/regex.c +++ b/posix/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 + #include #include "regex_internal.h" -- cgit 1.4.1