[PATCH] Fix missing include for GIO



This missing header was raising issues on some old systems, while for some reason it works fine on more recents.
---
 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 f7c0500..2f8b9b2 100644
--- a/src/shell-global.c
+++ b/src/shell-global.c
@@ -6,6 +6,7 @@
 #include "display.h"
 #include <clutter/glx/clutter-glx.h>
 #include <clutter/x11/clutter-x11.h>
+#include <gio/gio.h>
 #include <gdk/gdkx.h>
 #include <dirent.h>
 #include <errno.h>
-- 
1.6.0.4


--=-7LG7qG9KLc7WbkvlvVpf--




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