mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
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:
parent
0ce6dc0107
commit
b555eb1176
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue