Tru64 UNIX with the Desktop Toolkit compiler (the commercial C
compiler, needs <stdio> before <wchar.h>).
--
albert chin ([EMAIL PROTECTED])
-- snip snip
--- lib/mbswidth.h.orig Sun Aug 17 02:51:49 2003
+++ lib/mbswidth.h Sat Mar 13 19:06:57 2004
@@ -21,6 +21,7 @@
in UnixWare 7.1.1 <wchar.h>. We need this #include before the #define
below. */
#if HAVE_WCHAR_H
+# include <stdio.h>
# include <wchar.h>
#endif
--- lib/regex.c.orig Thu Sep 11 04:04:46 2003
+++ lib/regex.c Sat Mar 13 19:06:57 2004
@@ -42,6 +42,7 @@
support user defined character classes. */
# if defined _LIBC || WIDE_CHAR_SUPPORT
/* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>. */
+# include <stdio.h>
# include <wchar.h>
# include <wctype.h>
# endif
_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-coreutils