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.
This commit is contained in:
Chun-wei Fan 2011-10-04 13:56:30 +08:00
parent 13bd399d0a
commit e03db42792

View File

@ -38,6 +38,8 @@
#include "gslist.h" #include "gslist.h"
#include "gmessages.h" #include "gmessages.h"
#include "gutils.h"
/** /**
* SECTION:string_chunks * SECTION:string_chunks
* @title: String Chunks * @title: String Chunks