summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2016-05-06 20:14:18 +0900
committerAkira TAGOH <akira@tagoh.org>2016-05-06 20:14:51 +0900
commitbb3f4a79d146b8621b4e2bf8b04a76b953221847 (patch)
treec71bcbd91cd9a2f35a132fe251051be5055d8a95
parent3cc56cf32c006e7e8445c3ba49ffc128c646c88d (diff)
Fix the build issue regarding to 'index' (fixes: issue#15)
-rw-r--r--liblangtag/lt-xml.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/liblangtag/lt-xml.c b/liblangtag/lt-xml.c
index 46f0ece..170d8bb 100644
--- a/liblangtag/lt-xml.c
+++ b/liblangtag/lt-xml.c
@@ -16,6 +16,9 @@
#include <stddef.h>
#include <string.h>
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
#include <sys/stat.h>
#include <libxml/parser.h>
#include <libxml/xpath.h>