summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-12-21 14:51:34 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-12-21 14:51:34 +0000
commitbb056435d7d22525a4bcb2342e4710af46199498 (patch)
tree9efd5d27bf885c9d6ee76e3b559ab51ca8c9e670 /i18n
parentf65aca60b47f23f11c6270370975641ea9fb0678 (diff)
downloadlibapr-bb056435d7d22525a4bcb2342e4710af46199498.tar.gz
Cleanup a group of apr compil warnings on Solaris
Submitted by: Dale Ghent <daleg@elemental.org> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60978 13f79535-47bb-0310-9956-ffa450edef68
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