[master] 74b614c Include vdef.h properly

Poul-Henning Kamp phk at FreeBSD.org
Thu Nov 30 10:28:05 UTC 2017


commit 74b614cfc7a6f6e017a36020a91107a4c27ecfbe
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Nov 30 10:27:06 2017 +0000

    Include vdef.h properly

diff --git a/lib/libvarnish/vmb.c b/lib/libvarnish/vmb.c
index f98e31e..af86024 100644
--- a/lib/libvarnish/vmb.c
+++ b/lib/libvarnish/vmb.c
@@ -35,6 +35,8 @@
 #include <pthread.h>
 #include <unistd.h>
 
+#include "vdef.h"
+
 #include "vas.h"
 
 static pthread_mutex_t	mb_mtx;


More information about the varnish-commit mailing list