gstringchunk.c: Include gutils.h
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 4 Oct 2011 05:56:30 +0000 (13:56 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 4 Oct 2011 15:08:12 +0000 (23:08 +0800)
This is due to usage of the inline keyword which may not be universally
defined unless guils.h is included.

glib/gstringchunk.c

index 20362d6..1c40a48 100644 (file)
@@ -38,6 +38,8 @@
 #include "gslist.h"
 #include "gmessages.h"
 
+#include "gutils.h"
+
 /**
  * SECTION:string_chunks
  * @title: String Chunks