
martin at varnish-cache
Sep 5, 2012, 6:47 AM
Post #1 of 1
(66 views)
Permalink
|
|
[master] 68fa175 Include <stdint.h> in params.h for the uint8_t typedef, to fix build on Linux.
|
|
commit 68fa175ea80fbc1275d499915de9cfb93f1c9c03 Author: Martin Blix Grydeland <martin [at] varnish-software> 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" _______________________________________________ varnish-commit mailing list varnish-commit [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
|