glib r7461 - in branches/glib-2-16/gio: . fam



Author: matthiasc
Date: Thu Sep 11 18:55:15 2008
New Revision: 7461
URL: http://svn.gnome.org/viewvc/glib?rev=7461&view=rev

Log:
        Bug 544140 - fam-helper 64-bit issue?

        * fam/fam-helper.c: Added missing include so compiler doesn't complain.


Modified:
   branches/glib-2-16/gio/ChangeLog
   branches/glib-2-16/gio/fam/fam-helper.c

Modified: branches/glib-2-16/gio/fam/fam-helper.c
==============================================================================
--- branches/glib-2-16/gio/fam/fam-helper.c	(original)
+++ branches/glib-2-16/gio/fam/fam-helper.c	Thu Sep 11 18:55:15 2008
@@ -26,6 +26,7 @@
 #include <fam.h>
 #include <gio/gfilemonitor.h>
 
+#include "gfile.h"
 #include "fam-helper.h"
 
 static FAMConnection* fam_connection = NULL;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]