* lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
authorEric Blake <ebb9@byu.net>
Wed, 27 Dec 2006 13:19:04 +0000 (13:19 +0000)
committerEric Blake <ebb9@byu.net>
Wed, 27 Dec 2006 13:19:04 +0000 (13:19 +0000)
module uses more than what <wctype.h> is required to provide.

ChangeLog
lib/fnmatch.c

index 24d36a31109de14ebdd37b0012cdf8c7ba8bb74c..e2b29683e3ffdb930d8791fe61f5ca23c3bf992d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-27  Eric Blake  <ebb9@byu.net>
+
+       * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
+       module uses more than what <wctype.h> is required to provide.
+
 2006-12-26  Eric Blake  <ebb9@byu.net>
 
        * gnulib-tool (sed_extract_prog): Avoid space-tab.
index ec42b77058e19ff099165088162331384d82a9aa..4bc47e19465b74e3f262e5ad962a83dd9079b242 100644 (file)
@@ -47,6 +47,7 @@
    support user defined character classes.  */
 #if defined _LIBC || WIDE_CHAR_SUPPORT
 # include <wctype.h>
+# include <wchar.h>
 #endif
 
 /* We need some of the locale data (the collation sequence information)