File 0407ebb5-include-gtk-compat.patch of Package spice-gtk.8515
From 0407ebb5a45b16032b5131b5b3d67c8903e1b991 Mon Sep 17 00:00:00 2001
From: Christophe Fergeau <cfergeau@redhat.com>
Date: Mon, 14 Apr 2014 18:15:12 +0200
Subject: [PATCH] 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
---
gtk/spice-gtk-session.c | 1 +
1 file changed, 1 insertion(+)
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"
--
1.8.5.2