[master] aa51d11 vsl.h requires stdint.h - include it

Martin Blix Grydeland martin at varnish-software.com
Wed Apr 22 11:09:09 CEST 2015


commit aa51d111acb9bc4ffe580b8959615d46db0151fc
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Wed Apr 22 11:08:18 2015 +0200

    vsl.h requires stdint.h - include it
    
    PAtch by: Geoff Simmons (Uplex)

diff --git a/include/vapi/vsl.h b/include/vapi/vsl.h
index d87b304..cebbb46 100644
--- a/include/vapi/vsl.h
+++ b/include/vapi/vsl.h
@@ -34,6 +34,8 @@
 #ifndef VAPI_VSL_H_INCLUDED
 #define VAPI_VSL_H_INCLUDED
 
+#include <stdint.h>
+
 #include "vapi/vsl_int.h"
 
 struct VSM_data;



More information about the varnish-commit mailing list