From: Willy Tarreau Date: Wed, 6 Oct 2021 15:11:51 +0000 (+0200) Subject: BUILD: vars: need to include xxhash X-Git-Tag: v2.5-dev9~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b555eb1176f51c3436a8f07671e8c94ce489b126;p=thirdparty%2Fhaproxy.git BUILD: vars: need to include xxhash It's needed for XXH3(), and it used to get it through other includes. --- diff --git a/src/vars.c b/src/vars.c index 37ff5f7744..087bd1f5ba 100644 --- a/src/vars.c +++ b/src/vars.c @@ -18,6 +18,7 @@ #include #include #include +#include /* This contains a pool of struct vars */