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:
c5396bd
)
BUILD: listener: include proxy.h from listener.c
author
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 18:30:37 +0000
(20:30 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 18:35:39 +0000
(20:35 +0200)
Many proxy functions are called there but the include was missing and
inherited via cfgparse.h.
src/listener.c
patch
|
blob
|
history
diff --git
a/src/listener.c
b/src/listener.c
index
226b629
..
8031c75
100644
(file)
--- a/
src/listener.c
+++ b/
src/listener.c
@@
-28,8
+28,8
@@
#include <haproxy/list.h>
#include <haproxy/listener.h>
#include <haproxy/log.h>
-#include <haproxy/protocol-t.h>
#include <haproxy/protocol.h>
+#include <haproxy/proxy.h>
#include <haproxy/sample.h>
#include <haproxy/stream.h>
#include <haproxy/task.h>