From: des Date: Thu, 10 Aug 2006 08:56:42 +0000 (+0000) Subject: FreeBSD needs for IPPROTO_IPV6 and IPV6_V6ONLY. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c14909e8085626f05b84294ef7c3d57a73000a91;p=varnish FreeBSD needs for IPPROTO_IPV6 and IPV6_V6ONLY. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@782 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/tcp.c b/varnish-cache/bin/varnishd/tcp.c index 39fa4955..803e22c1 100644 --- a/varnish-cache/bin/varnishd/tcp.c +++ b/varnish-cache/bin/varnishd/tcp.c @@ -5,6 +5,8 @@ #include #include +#include + #include #include #include