From e4006659b21109c54efec42dbabb04e5028f7c0f Mon Sep 17 00:00:00 2001 From: Melvyn Sopacua Date: Tue, 27 May 2003 00:42:39 +0000 Subject: [PATCH] MFB: LC_MESSAGES support --- ext/standard/string.c | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.40.0