mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01:00
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:
parent
b46641eab2
commit
1fdca0ad31
@ -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>
|
||||
|
||||
* glib/gslice.c (smc_notify_free): Use G_GSIZE_FORMAT instead of
|
||||
|
@ -26,6 +26,7 @@
|
||||
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifdef HAVE_DIRENT_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user