]> granicus.if.org Git - php/commitdiff
MFB: LC_MESSAGES support
authorMelvyn Sopacua <msopacua@php.net>
Tue, 27 May 2003 00:42:39 +0000 (00:42 +0000)
committerMelvyn Sopacua <msopacua@php.net>
Tue, 27 May 2003 00:42:39 +0000 (00:42 +0000)
ext/standard/string.c

index a004e1cc2e408ec2d1e82da249e7b283efe9a949..ed2e47e29909d7db6d9c6e8d7d636fa1583939a2 100644 (file)
@@ -37,6 +37,9 @@
 #ifdef HAVE_MONETARY_H
 # include <monetary.h>
 #endif
+#ifdef HAVE_LIBINTL
+# include <libintl.h> /* For LC_MESSAGES */
+#endif
 
 #include <math.h>