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

Win32 compile fix

parent 80b10c25
......@@ -45,6 +45,7 @@
# include <io.h>
# include <winsock2.h>
# include <ws2tcpip.h>
# define ENETUNREACH WSAENETUNREACH
#else
# include <sys/socket.h>
# include <netinet/in.h>
......
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