summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'helpers')
-rw-r--r--helpers/apr-conf.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/helpers/apr-conf.m4 b/helpers/apr-conf.m4
index cc0110439..36ce38fc0 100644
--- a/helpers/apr-conf.m4
+++ b/helpers/apr-conf.m4
@@ -204,6 +204,9 @@ AC_DEFUN(APR_CHECK_WORKING_GETADDRINFO,[
#ifdef HAVE_STRING_H
#include <string.h>
#endif
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif