Fixed slirp compilation in MinGW/MSYS.

TODO: Update GTK gui debugger to GTK 3.0 (v2.0 conflicts with wxGTK 3.1).
This commit is contained in:
Volker Ruppert 2019-11-03 12:48:52 +00:00
parent 9ab4b36ec1
commit 05f80c2c81

View File

@ -64,6 +64,7 @@ static u_int dns_addr_time;
#if defined(_WIN32) || defined(__CYGWIN__)
#include <iphlpapi.h>
#include <winerror.h>
int get_dns_addr(struct in_addr *pdns_addr)
{