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:
2bd8628
)
BUILD: spoe: flt_spoe.c needs tools.h
author
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 10:57:17 +0000
(12:57 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 10:57:17 +0000
(12:57 +0200)
It uses many functions declared there but used to inherit it through others.
src/flt_spoe.c
patch
|
blob
|
history
diff --git
a/src/flt_spoe.c
b/src/flt_spoe.c
index
7749cc9
..
a68f7b9
100644
(file)
--- a/
src/flt_spoe.c
+++ b/
src/flt_spoe.c
@@
-36,6
+36,7
@@
#include <haproxy/tcp_rules.h>
#include <haproxy/thread.h>
#include <haproxy/time.h>
+#include <haproxy/tools.h>
#include <haproxy/vars.h>