projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b00a8e3
)
BUILD: sink: include proxy.h in sink.c
author
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 18:20:21 +0000
(20:20 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 18:24:09 +0000
(20:24 +0200)
It's needed for proxies_list but was missing.
src/sink.c
patch
|
blob
|
history
diff --git
a/src/sink.c
b/src/sink.c
index
78091aa
..
6358da5
100644
(file)
--- a/
src/sink.c
+++ b/
src/sink.c
@@
-25,6
+25,7
@@
#include <haproxy/errors.h>
#include <haproxy/list.h>
#include <haproxy/log.h>
+#include <haproxy/proxy.h>
#include <haproxy/ring.h>
#include <haproxy/signal.h>
#include <haproxy/sink.h>