[master] 9efef69 Include header to support musl

Guillaume Quintard guillaume at varnish-software.com
Thu Apr 26 19:55:19 UTC 2018


commit 9efef6933a61901078aa1304be0ad189231293f5
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Thu Apr 26 21:50:38 2018 +0200

    Include header to support musl

diff --git a/bin/varnishtest/vtc_haproxy.c b/bin/varnishtest/vtc_haproxy.c
index 35dd2e8..88162a9 100644
--- a/bin/varnishtest/vtc_haproxy.c
+++ b/bin/varnishtest/vtc_haproxy.c
@@ -33,6 +33,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <sys/stat.h> /* for MUSL (mode_t) */
 #include <unistd.h>
 
 #include "vtc.h"


More information about the varnish-commit mailing list