diff options
Diffstat (limited to 'src/crypto/bio/socket_helper.c')
-rw-r--r-- | src/crypto/bio/socket_helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/bio/socket_helper.c b/src/crypto/bio/socket_helper.c index 52e1606..197c737 100644 --- a/src/crypto/bio/socket_helper.c +++ b/src/crypto/bio/socket_helper.c @@ -26,8 +26,8 @@ #include <unistd.h> #else #pragma warning(push, 3) -#include <WinSock2.h> -#include <WS2tcpip.h> +#include <winsock2.h> +#include <ws2tcpip.h> #pragma warning(pop) #endif |