BUILD: vars: need to include xxhash

It's needed for XXH3(), and it used to get it through other includes.
This commit is contained in:
Willy Tarreau 2021-10-06 17:11:51 +02:00
parent 0ce6dc0107
commit b555eb1176

View File

@ -18,6 +18,7 @@
#include <haproxy/tcpcheck.h> #include <haproxy/tcpcheck.h>
#include <haproxy/tools.h> #include <haproxy/tools.h>
#include <haproxy/vars.h> #include <haproxy/vars.h>
#include <haproxy/xxhash.h>
/* This contains a pool of struct vars */ /* This contains a pool of struct vars */