Commit cd6fc843 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Missing #include on Win32

parent 01eab698
...@@ -533,6 +533,7 @@ ac_cv_type_socklen_t, ...@@ -533,6 +533,7 @@ ac_cv_type_socklen_t,
[#include <sys/types.h> [#include <sys/types.h>
#ifdef WIN32 #ifdef WIN32
# include <winsock2.h> # include <winsock2.h>
# include <ws2tcpip.h>
#else #else
# include <sys/socket.h> # include <sys/socket.h>
#endif]], [[socklen_t len; len = 0;]])], #endif]], [[socklen_t len; len = 0;]])],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment