Initial pass at adding unicode support functions. A few things still need
[platform/upstream/glib.git] / glib.h
diff --git a/glib.h b/glib.h
index 12fa999..952014e 100644 (file)
--- a/glib.h
+++ b/glib.h
@@ -3321,9 +3321,10 @@ guint           g_thread_pool_get_num_unused_threads (void);
 /* Stop all currently unused threads, but leave the limit untouched */
 void            g_thread_pool_stop_unused_threads    (void);
 
+#include <gunicode.h>
+
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */
 
-
 #endif /* __G_LIB_H__ */