summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-04-14 18:15:12 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2014-04-15 10:24:13 +0200
commit0407ebb5a45b16032b5131b5b3d67c8903e1b991 (patch)
treec002627fbd65f66a8b91b061760966e2589740c8
parentc2356a716b326954b7b34dce80aaf0091f56902d (diff)
Include gtk-compat.h in spice-gtk-session.c
GDK_IS_X11_DISPLAY is not available on gtk+ 2.x, but it already has a fallback definition in gtk-compat.h
-rw-r--r--gtk/spice-gtk-session.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/spice-gtk-session.c b/gtk/spice-gtk-session.c
index fe77f47..bc54b7e 100644
--- a/gtk/spice-gtk-session.c
+++ b/gtk/spice-gtk-session.c
@@ -36,6 +36,7 @@
#include <gtk/gtk.h>
#include <spice/vd_agent.h>
#include "desktop-integration.h"
+#include "gtk-compat.h"
#include "spice-common.h"
#include "spice-gtk-session.h"
#include "spice-gtk-session-priv.h"