From: Willy Tarreau Date: Sat, 8 May 2021 11:03:55 +0000 (+0200) Subject: BUILD: cache: include tools.h in cache.c X-Git-Tag: v2.4-dev19~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce6700aec54f7a786d869c1edfe6c19ef0eb0c1d;p=thirdparty%2Fhaproxy.git BUILD: cache: include tools.h in cache.c cache.c uses a lot of functions from tools.h without including it. --- diff --git a/src/cache.c b/src/cache.c index a95abe5d4f..bdb82583f2 100644 --- a/src/cache.c +++ b/src/cache.c @@ -32,6 +32,7 @@ #include #include #include +#include #define CACHE_FLT_F_IMPLICIT_DECL 0x00000001 /* The cache filtre was implicitly declared (ie without * the filter keyword) */