[totem-pl-parser] Include gio/gio.h in totem-pl-parser.h for GCancellable and friends



commit 6a68766bf79f2e7574c23fb05925661dff203483
Author: Sebastian Dröge <sebastian droege collabora co uk>
Date:   Mon Nov 30 09:32:26 2009 +0100

    Include gio/gio.h in totem-pl-parser.h for GCancellable and friends
    
    gtk/gtk.h only includes gio/gio.h since 2.16 but totem-pl-parser
    works with older GTK+ too.

 plparse/totem-pl-parser.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plparse/totem-pl-parser.h b/plparse/totem-pl-parser.h
index 1ebe32b..27c46e3 100644
--- a/plparse/totem-pl-parser.h
+++ b/plparse/totem-pl-parser.h
@@ -24,7 +24,7 @@
 #define TOTEM_PL_PARSER_H
 
 #include <glib.h>
-
+#include <gio/gio.h>
 #include <gtk/gtk.h>
 #include "totem-pl-parser-features.h"
 #include "totem-pl-parser-builtins.h"



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