[master] d1af7ce Add necessary #include

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


commit d1af7ce114e2b719fd1fb2e2e5bfcc832f52f7fb
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Sep 7 11:16:23 2017 +0000

    Add necessary #include

diff --git a/bin/varnishd/mgt/mgt_shmem.c b/bin/varnishd/mgt/mgt_shmem.c
index d5d5193..2b9741e 100644
--- a/bin/varnishd/mgt/mgt_shmem.c
+++ b/bin/varnishd/mgt/mgt_shmem.c
@@ -34,6 +34,7 @@
 
 #include <errno.h>
 #include <fcntl.h>
+#include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>


More information about the varnish-commit mailing list