summaryrefslogtreecommitdiff
path: root/dso/unix/dso.c
diff options
context:
space:
mode:
Diffstat (limited to 'dso/unix/dso.c')
-rw-r--r--dso/unix/dso.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/dso/unix/dso.c b/dso/unix/dso.c
index f16467ae4..6ff0baf3f 100644
--- a/dso/unix/dso.c
+++ b/dso/unix/dso.c
@@ -60,6 +60,9 @@
#ifdef HAVE_STDDEF_H
#include <stddef.h>
#endif
+#if APR_HAVE_STRING_H
+#include <string.h> /* for strerror() on HP-UX */
+#endif
static apr_status_t dso_cleanup(void *thedso)
{