glib r7251 - in trunk: . glib
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7251 - in trunk: . glib
- Date: Thu, 24 Jul 2008 01:13:33 +0000 (UTC)
Author: tml
Date: Thu Jul 24 01:13:33 2008
New Revision: 7251
URL: http://svn.gnome.org/viewvc/glib?rev=7251&view=rev
Log:
2008-07-24 Tor Lillqvist <tml novell com>
* glib/gdir.c: Include <stdio.h> for FILENAME_MAX on newer mingw
installations.
Modified:
trunk/ChangeLog
trunk/glib/gdir.c
Modified: trunk/glib/gdir.c
==============================================================================
--- trunk/glib/gdir.c (original)
+++ trunk/glib/gdir.c Thu Jul 24 01:13:33 2008
@@ -26,6 +26,7 @@
#include <errno.h>
#include <string.h>
+#include <stdio.h>
#include <sys/stat.h>
#ifdef HAVE_DIRENT_H
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]