summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Greene <jason@php.net>2001-07-05 07:12:28 +0000
committerJason Greene <jason@php.net>2001-07-05 07:12:28 +0000
commite48bc17c5853de842314a6ebff6dc593fff496a5 (patch)
tree05ee57b83b3d9422e039902f12075c39a68a8407
parentd4391dcdd844cbb4a6e0ec8059c1ffef618e8ab1 (diff)
downloadphp-git-e48bc17c5853de842314a6ebff6dc593fff496a5.tar.gz
Fix build on linux
Heads up Wez
-rw-r--r--ext/standard/string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/string.c b/ext/standard/string.c
index 61fb9db4aa..7d1b3a5985 100644
--- a/ext/standard/string.c
+++ b/ext/standard/string.c
@@ -31,6 +31,7 @@
# include <locale.h>
#endif
#ifdef HAVE_LANGINFO_H
+#define __USE_GNU
# include <langinfo.h>
#endif
#include "scanf.h"