From 68b49d87b2a22335aa8b9db3c6e9e7e73054d26f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 25 Oct 2018 20:51:21 +0200 Subject: [PATCH 1/2] Add md.h and md.c to Windows build files --- lib/isc/win32/libisc.vcxproj.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/isc/win32/libisc.vcxproj.in b/lib/isc/win32/libisc.vcxproj.in index 6cb8f5f371..3ee7645562 100644 --- a/lib/isc/win32/libisc.vcxproj.in +++ b/lib/isc/win32/libisc.vcxproj.in @@ -327,6 +327,7 @@ copy InstallFiles ..\Build\Release\ + @@ -437,6 +438,7 @@ copy InstallFiles ..\Build\Release\ + From c3846425f3ccbb72273cffedfe1f4df4c107c9c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 25 Oct 2018 20:52:24 +0200 Subject: [PATCH 2/2] Don't include inet/arpa.h on Windows --- lib/dns/hmac_link.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/dns/hmac_link.c b/lib/dns/hmac_link.c index d4222cc67d..464628db13 100644 --- a/lib/dns/hmac_link.c +++ b/lib/dns/hmac_link.c @@ -26,7 +26,9 @@ #include #include +#ifndef WIN32 #include +#endif /* WIN32 */ #include #include