[master] 63383ec Add missing header on NetBSD

Federico G. Schwindt fgsch at lodoss.net
Mon Dec 14 20:16:11 CET 2015


commit 63383ec0db51153dc02727664d4e05756c60b039
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Mon Dec 14 18:52:59 2015 +0000

    Add missing header on NetBSD

diff --git a/lib/libvarnish/vtcp.c b/lib/libvarnish/vtcp.c
index cb4d3c4..0c6a312 100644
--- a/lib/libvarnish/vtcp.c
+++ b/lib/libvarnish/vtcp.c
@@ -32,6 +32,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/ioctl.h>
+#include <sys/time.h>
 #ifdef HAVE_SYS_FILIO_H
 #  include <sys/filio.h>
 #endif



More information about the varnish-commit mailing list