From c14909e8085626f05b84294ef7c3d57a73000a91 Mon Sep 17 00:00:00 2001 From: des Date: Thu, 10 Aug 2006 08:56:42 +0000 Subject: [PATCH] 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 --- varnish-cache/bin/varnishd/tcp.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5