From e03db42792220e75fe7587f6c37493fd071e2b65 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 4 Oct 2011 13:56:30 +0800 Subject: [PATCH] gstringchunk.c: Include gutils.h This is due to usage of the inline keyword which may not be universally defined unless guils.h is included. --- glib/gstringchunk.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glib/gstringchunk.c b/glib/gstringchunk.c index 20362d6..1c40a48 100644 --- a/glib/gstringchunk.c +++ b/glib/gstringchunk.c @@ -38,6 +38,8 @@ #include "gslist.h" #include "gmessages.h" +#include "gutils.h" + /** * SECTION:string_chunks * @title: String Chunks -- 2.7.4