hivexml: Report attributes in values instead of text.
[hivex.git] / sh / hivexsh.c
index 410851b..faff83c 100644 (file)
 #include <unistd.h>
 #include <assert.h>
 #include <errno.h>
+#include <locale.h>
+
+#ifdef HAVE_LIBINTL_H
+#include <libintl.h>
+#endif
 
 #ifdef HAVE_LIBREADLINE
 #include <readline/readline.h>