summaryrefslogtreecommitdiffstats
path: root/src/crypto/bio/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/bio/socket.c')
-rw-r--r--src/crypto/bio/socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/bio/socket.c b/src/crypto/bio/socket.c
index 590447f..e86befe 100644
--- a/src/crypto/bio/socket.c
+++ b/src/crypto/bio/socket.c
@@ -64,7 +64,7 @@
#include <unistd.h>
#else
#pragma warning(push, 3)
-#include <WinSock2.h>
+#include <winsock2.h>
#pragma warning(pop)
#endif