summaryrefslogtreecommitdiff
path: root/lib/regex.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-04-26 12:20:22 +0000
committerBruno Haible <bruno@clisp.org>2005-04-26 12:20:22 +0000
commita678e0cb74d3af462bebde6633e72bca0fe7f302 (patch)
tree6fd6fac145d0cf61eea8c76c667560e865582d63 /lib/regex.c
parent0297e2d62c16726a5f1c0b2e29a4062a65cc6277 (diff)
downloadgnulib-a678e0cb74d3af462bebde6633e72bca0fe7f302.tar.gz
Workaround. From Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
Diffstat (limited to 'lib/regex.c')
-rw-r--r--lib/regex.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/regex.c b/lib/regex.c
index 51106c0510..9213783197 100644
--- a/lib/regex.c
+++ b/lib/regex.c
@@ -41,6 +41,9 @@
/* For platform which support the ISO C amendement 1 functionality we
support user defined character classes. */
# if defined _LIBC || WIDE_CHAR_SUPPORT
+/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included
+ before <wchar.h>. */
+# include <stdio.h>
/* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>. */
# include <wchar.h>
# include <wctype.h>