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 37ff5f7..087bd1f 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 */