module uses more than what <wctype.h> is required to provide.
+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.
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)