[master] 039697423 Include <stdint.h>

Poul-Henning Kamp phk at FreeBSD.org
Mon Mar 1 13:39:09 UTC 2021


commit 0396974238f90a23036e7d97e40a63b9a8040004
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Mar 1 13:38:18 2021 +0000

    Include <stdint.h>

diff --git a/lib/libvarnish/vsb.c b/lib/libvarnish/vsb.c
index 5cc76601a..008ad2ce0 100644
--- a/lib/libvarnish/vsb.c
+++ b/lib/libvarnish/vsb.c
@@ -34,6 +34,7 @@ __FBSDID("$FreeBSD: head/sys/kern/subr_vsb.c 222004 2011-05-17 06:36:32Z phk $")
 #include <ctype.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