summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
Diffstat (limited to 'strings')
-rw-r--r--strings/apr_strings.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/strings/apr_strings.c b/strings/apr_strings.c
index a9e12db5a..628c73ab1 100644
--- a/strings/apr_strings.c
+++ b/strings/apr_strings.c
@@ -59,6 +59,9 @@
#ifdef HAVE_STDDEF_H
#include <stddef.h> /* NULL */
#endif
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
APR_DECLARE(char *) apr_pstrdup(apr_pool_t *a, const char *s)
{