2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Don't include inet/arpa.h on Windows

This commit is contained in:
Ondřej Surý
2018-10-25 20:52:24 +02:00
parent 68b49d87b2
commit c3846425f3

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