[6.0] 90dd989b0 Flexelintery

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Aug 16 08:52:58 UTC 2018


commit 90dd989b09b077c08ec6960a11789c55fa9acdff
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon May 14 11:38:44 2018 +0000

    Flexelintery

diff --git a/lib/libvcc/vsctool.py b/lib/libvcc/vsctool.py
index 677703288..a665dff20 100644
--- a/lib/libvcc/vsctool.py
+++ b/lib/libvcc/vsctool.py
@@ -163,6 +163,7 @@ class vscset(object):
 		fo = open(fon, "w")
 		genhdr(fo, self.name)
 		fo.write('#include "config.h"\n')
+		fo.write('#include <stdio.h>\n')
 		fo.write('#include <stdarg.h>\n')
 		fo.write('#include "vdef.h"\n')
 		fo.write('#include "vas.h"\n')
diff --git a/lib/libvmod_debug/vmod_debug_dyn.c b/lib/libvmod_debug/vmod_debug_dyn.c
index 5fa883329..3603d73e5 100644
--- a/lib/libvmod_debug/vmod_debug_dyn.c
+++ b/lib/libvmod_debug/vmod_debug_dyn.c
@@ -38,7 +38,6 @@
 #include <errno.h>
 
 #include "cache/cache.h"
-#include "cache/cache_director.h"
 
 #include "vsa.h"
 #include "vcc_if.h"


More information about the varnish-commit mailing list