]> granicus.if.org Git - php/commitdiff
it is still to early in the morning for coding :(
authorHartmut Holzgraefe <hholzgra@php.net>
Fri, 28 Feb 2003 07:57:00 +0000 (07:57 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Fri, 28 Feb 2003 07:57:00 +0000 (07:57 +0000)
ext/standard/file.c

index 18058279a4534dc1af66d82157925659e3ce1124..280b49b7893f67d519168f67084f80b9bf23e94b 100644 (file)
@@ -109,6 +109,7 @@ php_file_globals file_globals;
 #ifdef HAVE_FNMATCH
 #ifndef _GNU_SOURCE
 #define _GNU_SOURCE
+#endif
 #include <fnmatch.h>
 #endif