]> spindle.queued.net Git - midori/commitdiff
Include GIO headers in sokoke to fix a build warning
authorChristian Dywan <christian@twotoasts.de>
Wed, 27 Aug 2008 16:04:51 +0000 (18:04 +0200)
committerChristian Dywan <christian@twotoasts.de>
Wed, 27 Aug 2008 16:04:51 +0000 (18:04 +0200)
midori/sokoke.c

index 58af4fd93d27a6061c78368fbc4571cf59109961..d97079b11c67e0ab0868f6f06f858ceb37ffcf4c 100644 (file)
     #include <unistd.h>
 #endif
 #include <string.h>
+
+#if HAVE_GIO
+    #include <gio/gio.h>
+#endif
 #include <gdk/gdkkeysyms.h>
 #include <glib/gi18n.h>
 #include <glib/gprintf.h>