From: Tor Lillqvist Date: Thu, 24 Jul 2008 01:13:33 +0000 (+0000) Subject: Include for FILENAME_MAX on newer mingw installations. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=1fdca0ad31ed201b6acb3ee99fc86f54ff4be458;p=dana%2Fcg-glib.git Include for FILENAME_MAX on newer mingw installations. 2008-07-24 Tor Lillqvist * glib/gdir.c: Include for FILENAME_MAX on newer mingw installations. svn path=/trunk/; revision=7251 --- diff --git a/ChangeLog b/ChangeLog index 6a1bb10c..6a662c47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-24 Tor Lillqvist + + * glib/gdir.c: Include for FILENAME_MAX on newer mingw + installations. + 2008-07-24 Tor Lillqvist * glib/gslice.c (smc_notify_free): Use G_GSIZE_FORMAT instead of diff --git a/glib/gdir.c b/glib/gdir.c index aab6c59a..490e5a9f 100644 --- a/glib/gdir.c +++ b/glib/gdir.c @@ -26,6 +26,7 @@ #include #include +#include #include #ifdef HAVE_DIRENT_H