commit | b555eb1176f51c3436a8f07671e8c94ce489b126 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 17:11:51 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:36:51 2021 +0200 |
tree | 50ca320e955980b0671da781c41475b8db5fad32 | |
parent | 0ce6dc010759b19ebce649fde832678532d01128 [diff] |
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 37ff5f7..087bd1f 100644 --- a/src/vars.c +++ b/src/vars.c
@@ -18,6 +18,7 @@ #include <haproxy/tcpcheck.h> #include <haproxy/tools.h> #include <haproxy/vars.h> +#include <haproxy/xxhash.h> /* This contains a pool of struct vars */