projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04077ff
)
Add missing gstrfuncs.h include
author
Emmanuele Bassi
<ebassi@linux.intel.com>
Sat, 4 Sep 2010 16:22:18 +0000
(17:22 +0100)
committer
Emmanuele Bassi
<ebassi@linux.intel.com>
Sat, 4 Sep 2010 16:22:18 +0000
(17:22 +0100)
For g_strdup() and friends.
glib/gutf8.c
patch
|
blob
|
history
diff --git
a/glib/gutf8.c
b/glib/gutf8.c
index 7f6faedd6323ef1b73bbd1e6de8efa59842cfb2d..98f4707161c82b8c85d7a4a51372c6940c03c445 100644
(file)
--- a/
glib/gutf8.c
+++ b/
glib/gutf8.c
@@
-38,6
+38,7
@@
#include "gconvert.h"
#include "ghash.h"
+#include "gstrfuncs.h"
#include "gtestutils.h"
#include "gtypes.h"
#include "gthread.h"