From f31bc2a9a6700bebc258130e802f40180af77d8e Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Fri, 20 Sep 2013 17:54:58 +0200 Subject: build-sys: fix g_clear_pointer usage on old glib As pointed out and verified on the ML after 0.21 release by Klaus Hochlehnert. --- gtk/channel-cursor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/channel-cursor.c b/gtk/channel-cursor.c index 0443b9f..bbfb3c9 100644 --- a/gtk/channel-cursor.c +++ b/gtk/channel-cursor.c @@ -15,6 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with this library; if not, see . */ +#include "glib-compat.h" #include "spice-client.h" #include "spice-common.h" -- cgit v1.2.3