Include GIO headers in sokoke to fix a build warning
This commit is contained in:
parent
e5a7b7af90
commit
feadc600c5
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#if HAVE_GIO
|
||||||
|
#include <gio/gio.h>
|
||||||
|
#endif
|
||||||
#include <gdk/gdkkeysyms.h>
|
#include <gdk/gdkkeysyms.h>
|
||||||
#include <glib/gi18n.h>
|
#include <glib/gi18n.h>
|
||||||
#include <glib/gprintf.h>
|
#include <glib/gprintf.h>
|
||||||
|
|
Loading…
Reference in a new issue