[master] 1d64806 Include stdint.h before vend.h

Kristian Lyngstøl kristian at varnish-cache.org
Mon May 16 14:01:50 CEST 2011


commit 1d648067f31c7ea49a0bc21e4234f50e717cca59
Author: Kristian Lyngstol <kristian at bohemians.org>
Date:   Mon May 16 14:01:28 2011 +0200

    Include stdint.h before vend.h
    
    Fixes build issues.

diff --git a/bin/varnishd/cache_ban.c b/bin/varnishd/cache_ban.c
index 31c6c78..35c687c 100644
--- a/bin/varnishd/cache_ban.c
+++ b/bin/varnishd/cache_ban.c
@@ -47,6 +47,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <stdint.h>
 
 #include <pcre.h>
 



More information about the varnish-commit mailing list