projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b555eb1
)
BUILD: peers: need to include eb{32/mb/pt}tree.h
author
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 15:53:19 +0000
(17:53 +0200)
committer
Willy 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
patch
|
blob
|
history
diff --git
a/src/peers.c
b/src/peers.c
index
ab4d412
..
5a382f8
100644
(file)
--- 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>