diff options
Diffstat (limited to 'src/test-mp.c')
-rw-r--r-- | src/test-mp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test-mp.c b/src/test-mp.c index a750f2a..2b976ac 100644 --- a/src/test-mp.c +++ b/src/test-mp.c @@ -229,7 +229,9 @@ int main (int argc, char **argv) { setlocale(LC_ALL, "C"); +#if !GLIB_CHECK_VERSION (2, 36, 0) g_type_init (); +#endif test_mp(); test_numbers(); |