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] 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