mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-30 19:06:38 +02: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:
committed by
Tor Lillqvist
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>
|
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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user