# HG changeset patch # User Eric Blake # Date 1167225544 0 # Node ID e94e9d19184b8cd9c43b36e34a77c115e54400a0 # Parent 742b4063e5c95a36b0cdee51795dcc9230c53e90 * lib/fnmatch.c: Reinstate inclusion of , since this module uses more than what is required to provide. diff --git a/ChangeLog b/ChangeLog --- 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 --- 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)