[glib] Add missing gstrfuncs.h include



commit 82db1446b39a4579b342b89fd0eba50c4f93441b
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Sat Sep 4 17:22:18 2010 +0100

    Add missing gstrfuncs.h include
    
    For g_strdup() and friends.

 glib/gutf8.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/glib/gutf8.c b/glib/gutf8.c
index 7f6faed..98f4707 100644
--- 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"



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