[master] 68fa175 Include <stdint.h> in params.h for the uint8_t typedef, to fix build on Linux.

Martin Blix Grydeland martin at varnish-cache.org
Wed Sep 5 15:47:08 CEST 2012


commit 68fa175ea80fbc1275d499915de9cfb93f1c9c03
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Wed Sep 5 15:45:40 2012 +0200

    Include <stdint.h> in params.h for the uint8_t typedef, to fix build on Linux.

diff --git a/bin/varnishd/common/params.h b/bin/varnishd/common/params.h
index 7c1ccd5..a6e881b 100644
--- a/bin/varnishd/common/params.h
+++ b/bin/varnishd/common/params.h
@@ -29,6 +29,8 @@
  * This file contains the heritage passed when mgt forks cache
  */
 
+#include <stdint.h>
+
 #include "vre.h"
 
 #define VSM_CLASS_PARAM		"Params"



More information about the varnish-commit mailing list