From afc29ee1a1e7aad057c0037181baba26e63fcd4b Mon Sep 17 00:00:00 2001 From: bit0fun Date: Wed, 26 Oct 2022 20:15:10 -0400 Subject: [PATCH] Update for mingw cross compile - Used lowercase for Mstcpip.h as mingw will not find the file otherwise --- sockcompat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sockcompat.h b/sockcompat.h index 1aaf23fbd..6ca5d9fca 100644 --- a/sockcompat.h +++ b/sockcompat.h @@ -50,7 +50,7 @@ #include #include #include -#include +#include #ifdef _MSC_VER typedef long long ssize_t;