From: Hartmut Holzgraefe Date: Fri, 28 Feb 2003 07:57:00 +0000 (+0000) Subject: it is still to early in the morning for coding :( X-Git-Tag: RELEASE_0_5~691 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=050e86fde4c5e0c649659aa9464425a3c810c141;p=php it is still to early in the morning for coding :( --- diff --git a/ext/standard/file.c b/ext/standard/file.c index 18058279a4..280b49b789 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -109,6 +109,7 @@ php_file_globals file_globals; #ifdef HAVE_FNMATCH #ifndef _GNU_SOURCE #define _GNU_SOURCE +#endif #include #endif