]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: peers: need to include eb{32/mb/pt}tree.h
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 15:53:19 +0000 (17:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000 (01:36 +0200)
peers.c uses them all and used to only find them through other includes.

src/peers.c

index ab4d4122fcd49bb0e9d7059e0f1cb0913cfc07a9..5a382f863a709af36ecca02577a0367eb76bc253 100644 (file)
 #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>