summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4adc99a438..b70dd5a40e 100755
--- a/configure
+++ b/configure
@@ -2894,7 +2894,7 @@ fi
echocheck "socklen_t"
_socklen_t=no
-for header in "sys/socket.h" "ws2tcpip.h" ; do
+for header in "sys/socket.h" "ws2tcpip.h" "sys/types.h" ; do
cat > $TMPC << EOF
#include <$header>
int main(void) { socklen_t v = 0; return v; }