summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2019-03-25 13:43:27 +0000
committerylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2019-03-25 13:43:27 +0000
commit7e98f316ea938f03d56c48ecccf92543532833b5 (patch)
treefe4d7fd4646fe1ee28fdd708b5401bdab1280a2b
parenta673893504c38f3cc97373bf0d909a015c530401 (diff)
downloadlibapr-7e98f316ea938f03d56c48ecccf92543532833b5.tar.gz
Follow up to r1856189: sys/types.h possibly needed.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1856191 13f79535-47bb-0310-9956-ffa450edef68
-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>
],
[