hivex: Add metadata length functions for nodes and values
[hivex.git] / xml / hivexml.c
index 804e503..903c4b7 100644 (file)
 #include <unistd.h>
 #include <errno.h>
 #include <time.h>
+#include <locale.h>
+
+#ifdef HAVE_LIBINTL_H
+#include <libintl.h>
+#endif
 
 #include <libxml/xmlwriter.h>