Include <wchar.h> after defining the types, not before.
[pspp] / ChangeLog
index e31385251252265843c982006270015e3de9b58b..d5e313cdfacc4c24e4aecf4ae9e8bf781e2eb96d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-12-26  Bruno Haible  <bruno@clisp.org>
+
+       * lib/stdint.in.h: Move the include of <wchar.h> down until after all
+       the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
+       not __STDC_CONSTANT_MACROS.
+       Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
+
 2008-12-25  Bruno Haible  <bruno@clisp.org>
 
        Add support for universal builds to vasnprintf.