Include <stdio.h> for FILENAME_MAX on newer mingw installations.

2008-07-24  Tor Lillqvist  <tml@novell.com>

	* glib/gdir.c: Include <stdio.h> for FILENAME_MAX on newer mingw
	installations.


svn path=/trunk/; revision=7251
This commit is contained in:
Tor Lillqvist 2008-07-24 01:13:33 +00:00 committed by Tor Lillqvist
parent b46641eab2
commit 1fdca0ad31
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-07-24 Tor Lillqvist <tml@novell.com>
* glib/gdir.c: Include <stdio.h> for FILENAME_MAX on newer mingw
installations.
2008-07-24 Tor Lillqvist <tml@novell.com> 2008-07-24 Tor Lillqvist <tml@novell.com>
* glib/gslice.c (smc_notify_free): Use G_GSIZE_FORMAT instead of * glib/gslice.c (smc_notify_free): Use G_GSIZE_FORMAT instead of

View File

@ -26,6 +26,7 @@
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>
#include <stdio.h>
#include <sys/stat.h> #include <sys/stat.h>
#ifdef HAVE_DIRENT_H #ifdef HAVE_DIRENT_H