From aafb133aa1176295ec51c8a477e46e498e98fb57 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 27 Dec 2006 13:19:04 +0000 Subject: [PATCH] * lib/fnmatch.c: Reinstate inclusion of , since this module uses more than what is required to provide. --- ChangeLog | 5 +++++ lib/fnmatch.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 24d36a3110..e2b29683e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-27 Eric Blake + + * lib/fnmatch.c: Reinstate inclusion of , since this + module uses more than what is required to provide. + 2006-12-26 Eric Blake * gnulib-tool (sed_extract_prog): Avoid space-tab. diff --git a/lib/fnmatch.c b/lib/fnmatch.c index ec42b77058..4bc47e1946 100644 --- a/lib/fnmatch.c +++ b/lib/fnmatch.c @@ -47,6 +47,7 @@ support user defined character classes. */ #if defined _LIBC || WIDE_CHAR_SUPPORT # include +# include #endif /* We need some of the locale data (the collation sequence information) -- 2.30.2