]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: vars: need to include xxhash
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 15:11:51 +0000 (17:11 +0200)
committerWilly 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

index 37ff5f7744e8b8c657aa8e1a7ee26388829ea376..087bd1f5baafa8c55fda4c911d67375d8e9861d5 100644 (file)
@@ -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 */