From 191a820cf5f9e2cab22357b6e08e7266706428fa Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 11 Aug 1998 01:52:38 +0000 Subject: [PATCH] add comment from glibc version --- lib/regex.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2