From ce6700aec54f7a786d869c1edfe6c19ef0eb0c1d Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 8 May 2021 13:03:55 +0200 Subject: [PATCH] BUILD: cache: include tools.h in cache.c cache.c uses a lot of functions from tools.h without including it. --- src/cache.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cache.c b/src/cache.c index a95abe5d4..bdb82583f 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) */