Fix portability problem with Tru64 and BSD/OS.
[pspp] / lib / ChangeLog
index ee5b5f634cdb70d532fd9e233b4a35191ef29075..0a315fe4ad94ae0b3e6a9e2d0f19977aee95699b 100644 (file)
@@ -1,3 +1,10 @@
+2004-03-18  Paul Eggert  <eggert@twinsun.com>
+            Bruno Haible  <bruno@clisp.org>
+
+       * mbswidth.h: Include <wchar.h> only if HAVE_DECL_MBSWIDTH_IN_WCHAR_H,
+       not on all platforms that have <wchar.h>.
+       * mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
+
 2004-03-09  Paul Eggert  <eggert@cs.ucla.edu>
 
        * argp-parse.c, getopt.c, getopt.h, getopt1.c: