From: Jim Meyering Date: Tue, 11 Aug 1998 01:52:38 +0000 (+0000) Subject: add comment from glibc version X-Git-Tag: FILEUTILS-3_16u~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2d2353f0d105e53dd47052baae2297c49ddf0a4;p=thirdparty%2Fcoreutils.git add comment from glibc version --- diff --git a/lib/regex.c b/lib/regex.c index a69d100e6f..34ad1956a3 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: must be included before . */ # include # include #endif