summaryrefslogtreecommitdiff
path: root/lib/regex.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-08-11 01:52:38 +0000
committerJim Meyering <jim@meyering.net>1998-08-11 01:52:38 +0000
commita2d2353f0d105e53dd47052baae2297c49ddf0a4 (patch)
tree0cd9f9f21218c08e02b0fb1d550e8d53d3226920 /lib/regex.c
parent6af7fe7bf910957abc6d635a5814f2e1cc293177 (diff)
downloadcoreutils-a2d2353f0d105e53dd47052baae2297c49ddf0a4.tar.xz
add comment from glibc version
Diffstat (limited to 'lib/regex.c')
-rw-r--r--lib/regex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/regex.c b/lib/regex.c
index a69d100e6..34ad1956a 100644
--- a/lib/regex.c
+++ b/lib/regex.c
@@ -55,6 +55,7 @@
/* For platform which support the ISO C amendement 1 functionality we
support user defined character classes. */
#if WIDE_CHAR_SUPPORT
+/* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>. */
# include <wchar.h>
# include <wctype.h>
#endif