From: P. F. Chimento Date: Sat, 15 Jan 2011 12:09:08 +0000 (+0100) Subject: Get library to build on Debian stable X-Git-Tag: v0.9~160 X-Git-Url: https://git.stderr.nl/gitweb?p=projects%2Fchimara%2Fchimara.git;a=commitdiff_plain;h=2fd96d4fcc078e5423f8b5aa38c5e52462de9b40 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. --- 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"