diff --git a/glib/tests/gdatetime.c b/glib/tests/gdatetime.c index 1d11541b7..844f29e15 100644 --- a/glib/tests/gdatetime.c +++ b/glib/tests/gdatetime.c @@ -20,6 +20,7 @@ #include #include +#include #include #include #include @@ -2276,6 +2277,7 @@ main (gint argc, g_test_bug_base ("http://bugzilla.gnome.org/"); /* GDateTime Tests */ + bind_textdomain_codeset ("glib20", "UTF-8"); g_test_add_func ("/GDateTime/invalid", test_GDateTime_invalid); g_test_add_func ("/GDateTime/add_days", test_GDateTime_add_days);