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