diff options
author | Jason Greene <jason@php.net> | 2001-07-05 07:12:28 +0000 |
---|---|---|
committer | Jason Greene <jason@php.net> | 2001-07-05 07:12:28 +0000 |
commit | e48bc17c5853de842314a6ebff6dc593fff496a5 (patch) | |
tree | 05ee57b83b3d9422e039902f12075c39a68a8407 | |
parent | d4391dcdd844cbb4a6e0ec8059c1ffef618e8ab1 (diff) | |
download | php-git-e48bc17c5853de842314a6ebff6dc593fff496a5.tar.gz |
Fix build on linux
Heads up Wez
-rw-r--r-- | ext/standard/string.c | 1 |
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" |