From: Priit Laes Date: Tue, 22 Jul 2008 14:56:31 +0000 (+0000) Subject: Bug 544140 - fam-helper 64-bit issue? X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=f656ca06dee3cf6f66a69aeb9437583bfeb0a6a7;p=dana%2Fcg-glib.git Bug 544140 - fam-helper 64-bit issue? 2008-07-22 Priit Laes Bug 544140 - fam-helper 64-bit issue? * fam/fam-helper.c: Added missing include so compiler doesn't complain. svn path=/trunk/; revision=7239 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 9a758712..b1099f0c 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,9 @@ +2008-07-22 Priit Laes + + Bug 544140 - fam-helper 64-bit issue? + + * fam/fam-helper.c: Added missing include so compiler doesn't complain. + 2008-07-21 Matthias Clasen * === Released 2.17.4 === diff --git a/gio/fam/fam-helper.c b/gio/fam/fam-helper.c index 164e3ab2..2dafa80c 100644 --- a/gio/fam/fam-helper.c +++ b/gio/fam/fam-helper.c @@ -26,6 +26,7 @@ #include #include +#include "gfile.h" #include "fam-helper.h" static FAMConnection* fam_connection = NULL;