]> granicus.if.org Git - php/commitdiff
MFphp5
authorHartmut Holzgraefe <hholzgra@php.net>
Fri, 28 Feb 2003 08:43:51 +0000 (08:43 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Fri, 28 Feb 2003 08:43:51 +0000 (08:43 +0000)
ext/standard/file.c

index b17dacb1c57e833c93176f5a0e59e5d6d8d0077e..b79d5e2eed75cc25cdda53ffd0edb9ec6f96beba 100644 (file)
@@ -112,6 +112,9 @@ php_file_globals file_globals;
 #endif
 
 #ifdef HAVE_FNMATCH
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE
+#endif
 #include <fnmatch.h>
 #endif