summaryrefslogtreecommitdiff
path: root/pango/modules.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/modules.c')
-rw-r--r--pango/modules.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/pango/modules.c b/pango/modules.c
index afbe1169..d96f89fe 100644
--- a/pango/modules.c
+++ b/pango/modules.c
@@ -515,6 +515,9 @@ init_modules (void)
else
init = TRUE;
+ /* Make sure that the type system is initialized */
+ g_type_init ();
+
read_modules ();
}