summaryrefslogtreecommitdiffstats
path: root/xml
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-09-06 13:59:41 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-09-06 13:59:41 +0100
commit96f1edbae1ed41ec1c4e558060b7b33b6b749ea4 (patch)
tree757ca2871cf09c7b26ed37d725e4bcf08f552bfb /xml
parentea1e3871e48b8bcad5b664e25bfc8a46dbaa4d55 (diff)
downloadhivex-96f1edbae1ed41ec1c4e558060b7b33b6b749ea4.tar.gz
hivex-96f1edbae1ed41ec1c4e558060b7b33b6b749ea4.tar.xz
hivex-96f1edbae1ed41ec1c4e558060b7b33b6b749ea4.zip
Include libintl.h to silence warning about bindtextdomain, textdomain.
Diffstat (limited to 'xml')
-rw-r--r--xml/hivexml.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/xml/hivexml.c b/xml/hivexml.c
index d6a6303..903c4b7 100644
--- a/xml/hivexml.c
+++ b/xml/hivexml.c
@@ -28,6 +28,10 @@
#include <time.h>
#include <locale.h>
+#ifdef HAVE_LIBINTL_H
+#include <libintl.h>
+#endif
+
#include <libxml/xmlwriter.h>
#include "hivex.h"