aboutsummaryrefslogtreecommitdiff
path: root/intl/tst-gettext.c
diff options
context:
space:
mode:
Diffstat (limited to 'intl/tst-gettext.c')
-rw-r--r--intl/tst-gettext.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/intl/tst-gettext.c b/intl/tst-gettext.c
index 688acbf85a..cfd2d5fc53 100644
--- a/intl/tst-gettext.c
+++ b/intl/tst-gettext.c
@@ -19,6 +19,7 @@
#include <libintl.h>
#include <locale.h>
+#include <mcheck.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -55,6 +56,9 @@ main (int argc, char *argv[])
{
int result = 0;
+ /* For debugging. */
+ mtrace ();
+
/* This is the place where the .mo files are placed. */
if (argc > 1)
{