From e48bc17c5853de842314a6ebff6dc593fff496a5 Mon Sep 17 00:00:00 2001 From: Jason Greene Date: Thu, 5 Jul 2001 07:12:28 +0000 Subject: [PATCH] Fix build on linux Heads up Wez --- ext/standard/string.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.50.1