]> granicus.if.org Git - php/commitdiff
Fix build on linux
authorJason Greene <jason@php.net>
Thu, 5 Jul 2001 07:12:28 +0000 (07:12 +0000)
committerJason Greene <jason@php.net>
Thu, 5 Jul 2001 07:12:28 +0000 (07:12 +0000)
Heads up Wez

ext/standard/string.c

index 61fb9db4aa1ca979c9e337e60b10e2471b28cd7f..7d1b3a59852aa6f949019309765a0b40973d406f 100644 (file)
@@ -31,6 +31,7 @@
 # include <locale.h>
 #endif
 #ifdef HAVE_LANGINFO_H
+#define __USE_GNU
 # include <langinfo.h>
 #endif
 #include "scanf.h"