commit | 8db34cc9747d6cc7f9b7868e351b7ebc9c5b1992 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 17:53:19 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:36:51 2021 +0200 |
tree | f04a2495faf5c12de651c08c5b7203c18acd02f2 | |
parent | b555eb1176f51c3436a8f07671e8c94ce489b126 [diff] |
BUILD: peers: need to include eb{32/mb/pt}tree.h peers.c uses them all and used to only find them through other includes.
diff --git a/src/peers.c b/src/peers.c index ab4d412..5a382f8 100644 --- a/src/peers.c +++ b/src/peers.c
@@ -20,6 +20,10 @@ #include <sys/stat.h> #include <sys/types.h> +#include <import/eb32tree.h> +#include <import/ebmbtree.h> +#include <import/ebpttree.h> + #include <haproxy/api.h> #include <haproxy/applet.h> #include <haproxy/channel.h>