[gnome-shell] Explicitly include gio/gio.h in ShellGlobal



commit 00407d6971bd869a0f077cd1cd9f2062da47ff35
Author: Colin Walters <walters verbum org>
Date:   Mon Jul 6 23:13:58 2009 -0400

    Explicitly include gio/gio.h in ShellGlobal
    
    Because we use GFile.

 src/shell-global.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/shell-global.c b/src/shell-global.c
index a197aa2..9150fbc 100644
--- a/src/shell-global.c
+++ b/src/shell-global.c
@@ -15,6 +15,7 @@
 #include <unistd.h>
 #include <dbus/dbus-glib.h>
 #include <libgnomeui/gnome-thumbnail.h>
+#include <gio/gio.h>
 #include <math.h>
 #include <X11/extensions/Xfixes.h>
 



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