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

net/SocketDescriptors: fix includes for Windows

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