summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/unix/xlate.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/i18n/unix/xlate.c b/i18n/unix/xlate.c
index b3f308d40..4b8eb5cad 100644
--- a/i18n/unix/xlate.c
+++ b/i18n/unix/xlate.c
@@ -67,6 +67,9 @@
#ifdef HAVE_STDDEF_H
#include <stddef.h> /* for NULL */
#endif
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
#ifdef HAVE_LANGINFO_H
#include <langinfo.h>
#endif