From dc9387ec42b40ace38ba398148f5c20ae13e4a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Jacke?= Date: Wed, 11 Feb 2009 16:34:02 +0100 Subject: enable IPv6 support for NetBSD, FreeBSD most systems include netinet/in.h via netdb.h but *BSD don't. --- lib/replace/libreplace_network.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/replace/libreplace_network.m4 b/lib/replace/libreplace_network.m4 index 30be30f4ab1..78fb1abaf01 100644 --- a/lib/replace/libreplace_network.m4 +++ b/lib/replace/libreplace_network.m4 @@ -353,6 +353,7 @@ AC_CACHE_CHECK([for ipv6 support],libreplace_cv_HAVE_IPV6,[ #include #include #include +#include ], [ struct sockaddr_storage sa_store; -- cgit v1.2.1