[master] 76241da Flexelintery

Poul-Henning Kamp phk at FreeBSD.org
Mon May 14 11:39:27 UTC 2018


commit 76241da2b87c4258b3950482420d77fb396bdd38
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 6777032..a665dff 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 aa78bfb..ba7c974 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