Include GIO headers in sokoke to fix a build warning

This commit is contained in:
Christian Dywan 2008-08-27 18:04:51 +02:00
parent e5a7b7af90
commit feadc600c5

View file

@ -20,6 +20,10 @@
#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>