[experimental-ims] 81386d6 Add needed #include

Geoff Simmons geoff at varnish-cache.org
Mon Jan 9 21:52:17 CET 2012


commit 81386d693ac53fbbf7bde9c8134c84aa2674090c
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Oct 10 10:13:57 2011 +0000

    Add needed #include

diff --git a/lib/libvarnish/cli_auth.c b/lib/libvarnish/cli_auth.c
index 396a127..08bbddc 100644
--- a/lib/libvarnish/cli_auth.c
+++ b/lib/libvarnish/cli_auth.c
@@ -31,6 +31,7 @@
 #include <sys/types.h>
 
 #include <errno.h>
+#include <stdint.h>
 #include <stdio.h>
 #include <unistd.h>
 



More information about the varnish-commit mailing list