summaryrefslogtreecommitdiffstats
path: root/bin/tools/gen-doc.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tools/gen-doc.c')
-rw-r--r--bin/tools/gen-doc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/tools/gen-doc.c b/bin/tools/gen-doc.c
index d27bdd8..026d828 100644
--- a/bin/tools/gen-doc.c
+++ b/bin/tools/gen-doc.c
@@ -196,7 +196,9 @@ int main(int argc, char *argv[])
gchar *name;
GError *error = NULL;
+#if !(GLIB_CHECK_VERSION (2, 36, 0))
g_type_init();
+#endif
manager = uca_plugin_manager_new ();
if (argc < 2) {