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.
This commit is contained in:
Willy Tarreau 2021-10-06 17:53:19 +02:00
parent b555eb1176
commit 8db34cc974

View File

@ -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>