From: Hartmut Holzgraefe Date: Fri, 28 Feb 2003 07:52:23 +0000 (+0000) Subject: make sure that GNU extensions exist for fnmatch() X-Git-Tag: RELEASE_0_5~692 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80d267e271c2f851b5fe74eaa218c34894677f84;p=php make sure that GNU extensions exist for fnmatch() --- diff --git a/ext/standard/file.c b/ext/standard/file.c index acb63554b6..18058279a4 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -107,6 +107,8 @@ php_file_globals file_globals; #endif #ifdef HAVE_FNMATCH +#ifndef _GNU_SOURCE +#define _GNU_SOURCE #include #endif