[master] 1790503 Missing include prompted by -std=c99

Federico G. Schwindt fgsch at lodoss.net
Mon Feb 8 10:24:40 CET 2016


commit 179050374c0f92bac517288c226b514c42d6d2ac
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Mon Feb 8 09:19:29 2016 +0000

    Missing include prompted by -std=c99

diff --git a/lib/libvarnishapi/vsl_query.c b/lib/libvarnishapi/vsl_query.c
index 1741c13..0159429 100644
--- a/lib/libvarnishapi/vsl_query.c
+++ b/lib/libvarnishapi/vsl_query.c
@@ -34,6 +34,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <strings.h>
 #include <unistd.h>
 
 #include "vdef.h"



More information about the varnish-commit mailing list