projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ce6dc0
)
BUILD: vars: need to include xxhash
author
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 15:11:51 +0000
(17:11 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000
(
01:36
+0200)
It's needed for XXH3(), and it used to get it through other includes.
src/vars.c
patch
|
blob
|
history
diff --git
a/src/vars.c
b/src/vars.c
index
37ff5f7
..
087bd1f
100644
(file)
--- 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 */