]> err.no Git - varnish/commitdiff
FreeBSD needs <netinet/in.h> for IPPROTO_IPV6 and IPV6_V6ONLY.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 10 Aug 2006 08:56:42 +0000 (08:56 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 10 Aug 2006 08:56:42 +0000 (08:56 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@782 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/tcp.c

index 39fa495586178da75f68d7233e1087493d12b6ef..803e22c178433fcc4778518f566f19a718727c85 100644 (file)
@@ -5,6 +5,8 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 
+#include <netinet/in.h>
+
 #include <errno.h>
 #include <netdb.h>
 #include <stdio.h>