From 050e86fde4c5e0c649659aa9464425a3c810c141 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 28 Feb 2003 07:57:00 +0000 Subject: [PATCH] it is still to early in the morning for coding :( --- ext/standard/file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/standard/file.c b/ext/standard/file.c index 18058279a45..280b49b7893 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