Code

configure, utils_dns: Check for and use netinet/ip_compat.h.
[collectd.git] / src / utils_dns.c
index cfa4a5cbefff989c28e4a46accb89e00f1a93f59..cfd0ccfc75be7fc202ea93defbbf9b9cae19158a 100644 (file)
 #if HAVE_NETINET_IN_H
 # include <netinet/in.h>
 #endif
+#if HAVE_NETINET_IP6_H
+# include <netinet/ip6.h>
+#endif
+#if HAVE_NETINET_IP_COMPAT_H
+# include <netinet/ip_compat.h>
+#endif
 #if HAVE_ARPA_INET_H
 # include <arpa/inet.h>
 #endif