Commit 9259e989 authored by Max Kellermann's avatar Max Kellermann

net/SocketDescriptors: fix includes for Windows

parent da90f484
...@@ -37,11 +37,11 @@ ...@@ -37,11 +37,11 @@
#include <ws2tcpip.h> #include <ws2tcpip.h>
#else #else
#include <sys/socket.h> #include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#endif #endif
#include <errno.h> #include <errno.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <string.h> #include <string.h>
#ifdef _WIN32 #ifdef _WIN32
......
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