diff --git a/glib/gtestutils.c b/glib/gtestutils.c index 0b7be46d1..3ab4e167e 100644 --- a/glib/gtestutils.c +++ b/glib/gtestutils.c @@ -496,6 +496,7 @@ * analysis systems like Apport and ABRT to fish out assertion messages from * core dumps, instead of having to catch them on screen output. */ +GLIB_VAR char *__glib_assert_msg; char *__glib_assert_msg = NULL; /* --- constants --- */