From dcb20d8fd6d426a0df13f5740c8ea116f3fa67e0 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 28 Feb 2003 08:43:51 +0000 Subject: [PATCH] MFphp5 --- ext/standard/file.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/standard/file.c b/ext/standard/file.c index b17dacb1c5..b79d5e2eed 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -112,6 +112,9 @@ php_file_globals file_globals; #endif #ifdef HAVE_FNMATCH +#ifndef _GNU_SOURCE +#define _GNU_SOURCE +#endif #include #endif -- 2.40.0