diff options
Diffstat (limited to 'json-glib/tests/reader.c')
| -rw-r--r-- | json-glib/tests/reader.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/json-glib/tests/reader.c b/json-glib/tests/reader.c index 48881f1..2ed90d6 100644 --- a/json-glib/tests/reader.c +++ b/json-glib/tests/reader.c @@ -137,7 +137,9 @@ int  main (int   argc,        char *argv[])  { +#if !GLIB_CHECK_VERSION (2, 35, 1)    g_type_init (); +#endif    g_test_init (&argc, &argv, NULL);    g_test_bug_base ("http://bugzilla.gnome.org/show_bug.cgi?id=");  | 
