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~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=191a820cf5f9e2cab22357b6e08e7266706428fa;p=thirdparty%2Fgnulib.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