diff options
Diffstat (limited to 'tests/test-helper.c')
-rw-r--r-- | tests/test-helper.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test-helper.c b/tests/test-helper.c index 8b6cc2937..5595d8ee0 100644 --- a/tests/test-helper.c +++ b/tests/test-helper.c @@ -21,6 +21,8 @@ #include <glib.h> #include <glib-object.h> +#include <libempathy/empathy-utils.h> + #include "test-helper.h" void @@ -28,7 +30,7 @@ test_init (int argc, char **argv) { g_test_init (&argc, &argv, NULL); - g_type_init (); + empathy_init (); } void |