hholzgra Fri Feb 28 02:57:01 2003 EDT Modified files: /php4/ext/standard file.c Log: it is still to early in the morning for coding :( Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.320 php4/ext/standard/file.c:1.321 --- php4/ext/standard/file.c:1.320 Fri Feb 28 02:52:23 2003 +++ php4/ext/standard/file.c Fri Feb 28 02:57:00 2003 @@ -21,7 +21,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: file.c,v 1.320 2003/02/28 07:52:23 hholzgra Exp $ */ +/* $Id: file.c,v 1.321 2003/02/28 07:57:00 hholzgra Exp $ */ /* Synced with php 3.0 revision 1.218 1999-06-16 [ssb] */ @@ -109,6 +109,7 @@ #ifdef HAVE_FNMATCH #ifndef _GNU_SOURCE #define _GNU_SOURCE +#endif #include <fnmatch.h> #endif
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php