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:
817538e
)
BUILD: mworker: include proxy.h in mworker.c
author
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 18:21:31 +0000
(20:21 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 18:24:09 +0000
(20:24 +0200)
It's needed for proxies_list and used to be inherited via cfgparse.h.
src/mworker.c
patch
|
blob
|
history
diff --git
a/src/mworker.c
b/src/mworker.c
index
4819d16
..
2cdb028
100644
(file)
--- a/
src/mworker.c
+++ b/
src/mworker.c
@@
-33,7
+33,7
@@
#include <haproxy/listener.h>
#include <haproxy/mworker.h>
#include <haproxy/peers.h>
-#include <haproxy/proxy-t.h>
+#include <haproxy/proxy.h>
#include <haproxy/signal.h>
#include <haproxy/stream.h>
#include <haproxy/stream_interface.h>