From dc9387ec42b40ace38ba398148f5c20ae13e4a2c Mon Sep 17 00:00:00 2001 From: Björn Jacke 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/replace/libreplace_network.m4') diff --git a/lib/replace/libreplace_network.m4 b/lib/replace/libreplace_network.m4 index 30be30f4ab..78fb1abaf0 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