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>