diff options
author | Jim Meyering <jim@meyering.net> | 1998-08-11 01:52:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-08-11 01:52:38 +0000 |
commit | a2d2353f0d105e53dd47052baae2297c49ddf0a4 (patch) | |
tree | 0cd9f9f21218c08e02b0fb1d550e8d53d3226920 | |
parent | 6af7fe7bf910957abc6d635a5814f2e1cc293177 (diff) | |
download | coreutils-a2d2353f0d105e53dd47052baae2297c49ddf0a4.tar.xz |
add comment from glibc version
-rw-r--r-- | lib/regex.c | 1 |
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 |