You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
Windows build fix:
Added missing include file w2tcpip.h for freeaddrinfo prototype
This commit is contained in:
@@ -77,6 +77,7 @@
|
||||
#include <mysql/client_plugin.h>
|
||||
#ifdef _WIN32
|
||||
#include "shlwapi.h"
|
||||
#include "ws2tcpip.h"
|
||||
#define strncasecmp _strnicmp
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user