Willy Tarreau a4728584ff BUILD: stick-tables: fix build breakage in xxhash on older compilers
Commit 36d156564 ("MINOR: peers: Support for peer shards") reintroduced
a direct dependency on import/xxhash.h which was previously dropped by
commit d5fc8fcb8 ("CLEANUP: Add haproxy/xxhash.h to avoid modifying
import/xxhash.h"). This results in xxhash.h being included twice, which
breaks the build on older compilers which do not like seeing XXH32_hash_t
being defined twice.

Let's just use include/haproxy/xxhash.h instead.

No backport is needed.
2022-11-24 07:38:13 +01:00
..
2022-10-10 15:49:09 +02:00
2021-11-08 12:08:26 +01:00
2022-09-20 15:35:29 +02:00
2022-04-22 15:45:47 +02:00
2022-11-18 16:40:56 +01:00
2022-09-09 17:23:01 +02:00
2022-10-03 16:25:17 +02:00