[master] 5422dff Include <sys/types.h> before <netinet/tcp.h> to see if that makes the build happy on FreeBSD.

Martin Blix Grydeland martin at varnish-cache.org
Wed Sep 19 15:31:02 CEST 2012


commit 5422dff611e2ea184c42293de8cb8641aaf186cf
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Wed Sep 19 15:30:16 2012 +0200

    Include <sys/types.h> before <netinet/tcp.h> to see if that makes the
    build happy on FreeBSD.

diff --git a/bin/varnishd/cache/cache_acceptor.c b/bin/varnishd/cache/cache_acceptor.c
index ce0bfe2..a760436 100644
--- a/bin/varnishd/cache/cache_acceptor.c
+++ b/bin/varnishd/cache/cache_acceptor.c
@@ -41,6 +41,7 @@
 
 #include "config.h"
 
+#include <sys/types.h>
 #include <netinet/in.h>
 #include <netinet/tcp.h>
 



More information about the varnish-commit mailing list