diff lib/ChangeLog @ 4976:4df6aeb9a5c5

Fix portability problem with Tru64 and BSD/OS.
author Bruno Haible <bruno@clisp.org>
date Thu, 18 Mar 2004 13:36:53 +0000
parents 46784934e2d8
children f8d28ac258d6
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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: