[glib] gstringchunk.c: Include gutils.h



commit e03db42792220e75fe7587f6c37493fd071e2b65
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Oct 4 13:56:30 2011 +0800

    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 files changed, 2 insertions(+), 0 deletions(-)
---
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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]