Add missing include
Needed to know if GDK_WINDOWING_X11 is defined or not.
Fixes: 30185130f2
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include <glib-object.h>
|
||||
#include <glib.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <gtk/gtk.h>
|
||||
#ifdef GDK_WINDOWING_X11
|
||||
#include <gdk/gdkx.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user