summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2019-03-25 13:43:27 +0000
committerYann Ylavic <ylavic@apache.org>2019-03-25 13:43:27 +0000
commitd041958c018280d490c3fd0d0c821c7b2034e38b (patch)
treefe4d7fd4646fe1ee28fdd708b5401bdab1280a2b /configure.in
parente0114bf183e1550becd8c152c964cecadd4c14c3 (diff)
downloadapr-d041958c018280d490c3fd0d0c821c7b2034e38b.tar.gz
Follow up to r1856189: sys/types.h possibly needed.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1856191 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index a7ae4ceaf..959a55846 100644
--- a/configure.in
+++ b/configure.in
@@ -855,6 +855,7 @@ if test "$threads" = "1"; then
dnl readdir_r() may exist but be deprecated, meaning
dnl the readdir() itself is thread-safe
APR_TRY_COMPILE_NO_WARNING([
+ #include <sys/types.h>
#include <dirent.h>
],
[