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