r782 - trunk/varnish-cache/bin/varnishd

des at projects.linpro.no des at projects.linpro.no
Thu Aug 10 10:56:42 CEST 2006


Author: des
Date: 2006-08-10 10:56:42 +0200 (Thu, 10 Aug 2006)
New Revision: 782

Modified:
   trunk/varnish-cache/bin/varnishd/tcp.c
Log:
FreeBSD needs <netinet/in.h> for IPPROTO_IPV6 and IPV6_V6ONLY.


Modified: trunk/varnish-cache/bin/varnishd/tcp.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/tcp.c	2006-08-10 07:38:47 UTC (rev 781)
+++ trunk/varnish-cache/bin/varnishd/tcp.c	2006-08-10 08:56:42 UTC (rev 782)
@@ -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>




More information about the varnish-commit mailing list