From 13392e50c61ce3f3d7d04b59677380f935cf3d3c Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 16 Dec 2014 12:37:53 +0100 Subject: Revert "Drop support for glib < 2.36" This reverts commit 495f56659d607938db00e34c9f84bac24013d999. --- tests/document-output-stream.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/document-output-stream.c') diff --git a/tests/document-output-stream.c b/tests/document-output-stream.c index 8c9f6de4..b6a474e2 100644 --- a/tests/document-output-stream.c +++ b/tests/document-output-stream.c @@ -119,6 +119,9 @@ test_big_char () int main (int argc, char *argv[]) { +#if !GLIB_CHECK_VERSION (2, 36, 0) + g_type_init (); +#endif g_test_init (&argc, &argv, NULL); pluma_prefs_manager_app_init (); -- cgit v1.2.1