Blame SOURCES/0009-Include-glib-compat.h-in-spice-option.c.patch

dfc2f2
From 99b3c7b6a1b090651ec18248940071997d8d5529 Mon Sep 17 00:00:00 2001
dfc2f2
From: Christophe Fergeau <cfergeau@redhat.com>
dfc2f2
Date: Tue, 29 Apr 2014 15:39:59 +0200
dfc2f2
Subject: [PATCH] Include glib-compat.h in spice-option.c
dfc2f2
dfc2f2
Commit 8c89485 added a call to g_clear_pointer().
dfc2f2
---
dfc2f2
 gtk/spice-option.c | 1 +
dfc2f2
 1 file changed, 1 insertion(+)
dfc2f2
dfc2f2
diff --git a/gtk/spice-option.c b/gtk/spice-option.c
dfc2f2
index 7fa3bb5..978953b 100644
dfc2f2
--- a/gtk/spice-option.c
dfc2f2
+++ b/gtk/spice-option.c
dfc2f2
@@ -22,6 +22,7 @@
dfc2f2
 #include <stdlib.h>
dfc2f2
 #include <glib-object.h>
dfc2f2
 #include <glib/gi18n.h>
dfc2f2
+#include "glib-compat.h"
dfc2f2
 #include "spice-session.h"
dfc2f2
 #include "spice-util.h"
dfc2f2
 #include "spice-channel-priv.h"