summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-07-24 01:13:33 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-07-24 01:13:33 +0000
commit1fdca0ad31ed201b6acb3ee99fc86f54ff4be458 (patch)
treee3a1fdd36cf483fa1ff9cb9f1b43383c535f73f7 /ChangeLog
parentb46641eab25d8f28794d27dcba04d51635c1a846 (diff)
downloadglib-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 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a1bb10c1..6a662c47a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
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
the C99 "zu".