From: Melvyn Sopacua Date: Tue, 27 May 2003 00:42:39 +0000 (+0000) Subject: MFB: LC_MESSAGES support X-Git-Tag: RELEASE_1_0_2~570 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4006659b21109c54efec42dbabb04e5028f7c0f;p=php MFB: LC_MESSAGES support --- diff --git a/ext/standard/string.c b/ext/standard/string.c index a004e1cc2e..ed2e47e299 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -37,6 +37,9 @@ #ifdef HAVE_MONETARY_H # include #endif +#ifdef HAVE_LIBINTL +# include /* For LC_MESSAGES */ +#endif #include