[master] d87b58e Include stdint

Poul-Henning Kamp phk at FreeBSD.org
Sun May 28 15:54:06 CEST 2017


commit d87b58e260836723da597700e33b75b7ff55871d
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Sun May 28 13:53:10 2017 +0000

    Include stdint

diff --git a/lib/libvarnish/vsmw.c b/lib/libvarnish/vsmw.c
index 0f6cb08..d57557e 100644
--- a/lib/libvarnish/vsmw.c
+++ b/lib/libvarnish/vsmw.c
@@ -38,6 +38,7 @@
 #include <fcntl.h>
 #include <stdarg.h>
 #include <stdio.h>
+#include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>



More information about the varnish-commit mailing list