From: Jason Greene Date: Thu, 5 Jul 2001 07:12:28 +0000 (+0000) Subject: Fix build on linux X-Git-Tag: PRE_TSRM_MERGE_PATCH~274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e48bc17c5853de842314a6ebff6dc593fff496a5;p=php Fix build on linux Heads up Wez --- 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 #endif #ifdef HAVE_LANGINFO_H +#define __USE_GNU # include #endif #include "scanf.h"