File mingw64-native-build-fix.patch of Package mingw64-mysql-connector-c
--- a/extra/yassl/src/ssl.cpp 2025-05-16 09:24:38.498324830 +0000 +++ b/extra/yassl/src/ssl.cpp 2025-05-16 09:28:50.477643975 +0000 @@ -27,7 +27,9 @@ /* see man pages for function descriptions */ - +#ifndef WIN32 + #include <asm/types.h> // file helper +#endif #include "runtime.hpp" #include "openssl/ssl.h" #include "handshake.hpp"