[master] 53d312c Add necessary include

Poul-Henning Kamp phk at FreeBSD.org
Thu Sep 7 11:06:04 UTC 2017


commit 53d312c455336444dbcc2e638ca4f52b3fbc927d
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Sep 7 11:05:03 2017 +0000

    Add necessary include

diff --git a/bin/varnishd/mgt/mgt_child.c b/bin/varnishd/mgt/mgt_child.c
index 125cc31..ebcaba5 100644
--- a/bin/varnishd/mgt/mgt_child.c
+++ b/bin/varnishd/mgt/mgt_child.c
@@ -38,6 +38,7 @@
 #include <fcntl.h>
 #include <poll.h>
 #include <signal.h>
+#include <stdarg.h>
 #include <stdio.h>
 #include <string.h>
 #include <syslog.h>


More information about the varnish-commit mailing list