From 3a42846f986d73619610ce9efc8924b2d88c0bca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Sat, 28 May 2016 16:40:37 -0400 Subject: [PATCH] utils: include ws2tcpip.h on Windows --- include/opendht/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/opendht/utils.h b/include/opendht/utils.h index 59e9b541..2b4de1fb 100644 --- a/include/opendht/utils.h +++ b/include/opendht/utils.h @@ -27,7 +27,7 @@ #ifndef _WIN32 #include <sys/socket.h> #else -#include <winsock2.h> +#include <ws2tcpip.h> #endif #include <chrono> -- GitLab