[master] 7140886 Add missing <stdint.h> include
Poul-Henning Kamp
phk at varnish-cache.org
Sun Oct 9 20:02:37 CEST 2011
commit 71408867ba8fbc2ef5d51e6353ad9ecee0aee2c6
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Sun Oct 9 17:59:45 2011 +0000
Add missing <stdint.h> include
diff --git a/lib/libvarnishapi/vsm.c b/lib/libvarnishapi/vsm.c
index 422bc74..32d9e3d 100644
--- a/lib/libvarnishapi/vsm.c
+++ b/lib/libvarnishapi/vsm.c
@@ -31,6 +31,7 @@
#include "vapi/vsm.h"
+#include <stdint.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <sys/stat.h>
More information about the varnish-commit
mailing list