[master] c1990ad9f Necessary #include for previous commit.

Poul-Henning Kamp phk at FreeBSD.org
Mon Jun 3 13:01:09 UTC 2019


commit c1990ad9f9bee5a8532ddd88765fb823ebf3f439
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Jun 3 12:06:18 2019 +0000

    Necessary #include for previous commit.

diff --git a/bin/varnishd/cache/cache_vrt.c b/bin/varnishd/cache/cache_vrt.c
index 10da99437..854a690f2 100644
--- a/bin/varnishd/cache/cache_vrt.c
+++ b/bin/varnishd/cache/cache_vrt.c
@@ -40,6 +40,7 @@
 #include "vsa.h"
 #include "vtcp.h"
 #include "vtim.h"
+#include "vcc_interface.h"
 
 #include "common/heritage.h"
 #include "common/vsmw.h"


More information about the varnish-commit mailing list