From 2fd96d4fcc078e5423f8b5aa38c5e52462de9b40 Mon Sep 17 00:00:00 2001 From: "P. F. Chimento" Date: Sat, 15 Jan 2011 13:09:08 +0100 Subject: [PATCH] Get library to build on Debian stable gio/gio.h isn't included by default in the old version of GLib that is in the Debian stable distribution. --- libchimara/chimara-glk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libchimara/chimara-glk.c b/libchimara/chimara-glk.c index d7ba466..ca01f44 100644 --- a/libchimara/chimara-glk.c +++ b/libchimara/chimara-glk.c @@ -11,6 +11,7 @@ #include #include #include +#include #include "chimara-glk.h" #include "chimara-glk-private.h" #include "chimara-marshallers.h" -- 2.30.2