wchar: Fix compilation error when <wchar.h> is used from coreutils.
[pspp] / ChangeLog
index 9d6e38d61b9124bf0507d71573e330f0ac4d6817..bc9107f37ea419a3c4f4335754e4f52a7330e4a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-01-10  Bruno Haible  <bruno@clisp.org>
+
+       wchar: Fix compilation error when <wchar.h> is used from coreutils.
+       * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
+       Reported by Brian Gough <bjg@gnu.org> and
+       Chris Clayton <chris2553@googlemail.com> via
+       Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
+
 2010-01-09  Bruno Haible  <bruno@clisp.org>
 
        unistr/u16-to-u32: Reject invalid input.