diff options
author | Tor Lillqvist <tml@novell.com> | 2008-07-24 01:13:33 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-07-24 01:13:33 +0000 |
commit | 1fdca0ad31ed201b6acb3ee99fc86f54ff4be458 (patch) | |
tree | e3a1fdd36cf483fa1ff9cb9f1b43383c535f73f7 /glib/gdir.c | |
parent | b46641eab25d8f28794d27dcba04d51635c1a846 (diff) | |
download | glib-1fdca0ad31ed201b6acb3ee99fc86f54ff4be458.tar.gz |
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
Diffstat (limited to 'glib/gdir.c')
-rw-r--r-- | glib/gdir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/gdir.c b/glib/gdir.c index aab6c59ae..490e5a9f1 100644 --- a/glib/gdir.c +++ b/glib/gdir.c @@ -26,6 +26,7 @@ #include <errno.h> #include <string.h> +#include <stdio.h> #include <sys/stat.h> #ifdef HAVE_DIRENT_H |