]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Don't include inet/arpa.h on Windows
authorOndřej Surý <ondrej@sury.org>
Thu, 25 Oct 2018 18:52:24 +0000 (20:52 +0200)
committerOndřej Surý <ondrej@sury.org>
Thu, 25 Oct 2018 18:59:48 +0000 (20:59 +0200)
lib/dns/hmac_link.c

index d4222cc67d877b72593422414f93138fce8d38b0..464628db13e8ba9a29ed19634bf13e6d108682ea 100644 (file)
@@ -26,7 +26,9 @@
 #include <config.h>
 
 #include <stdbool.h>
+#ifndef WIN32
 #include <arpa/inet.h>
+#endif /* WIN32 */
 
 #include <isc/buffer.h>
 #include <isc/hmac.h>