mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
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:
parent
13bd399d0a
commit
e03db42792
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user