summaryrefslogtreecommitdiffstats
path: root/xml/hivexml.c
diff options
context:
space:
mode:
Diffstat (limited to 'xml/hivexml.c')
-rw-r--r--xml/hivexml.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xml/hivexml.c b/xml/hivexml.c
index f29c80c..804e503 100644
--- a/xml/hivexml.c
+++ b/xml/hivexml.c
@@ -79,8 +79,10 @@ int
main (int argc, char *argv[])
{
setlocale (LC_ALL, "");
+#ifdef HAVE_BINDTEXTDOMAIN
bindtextdomain (PACKAGE, LOCALEBASEDIR);
textdomain (PACKAGE);
+#endif
int c;
int open_flags = 0;