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:
ba6300e
)
BUILD: server: include missing proxy.h in server.c
author
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 18:18:59 +0000
(20:18 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 18:24:09 +0000
(20:24 +0200)
It's needed for a number of functions and definitions but was missing.
src/server.c
patch
|
blob
|
history
diff --git
a/src/server.c
b/src/server.c
index
fc78889
..
fa1d9d6
100644
(file)
--- a/
src/server.c
+++ b/
src/server.c
@@
-33,6
+33,7
@@
#include <haproxy/namespace.h>
#include <haproxy/port_range.h>
#include <haproxy/protocol.h>
+#include <haproxy/proxy.h>
#include <haproxy/queue.h>
#include <haproxy/resolvers.h>
#include <haproxy/sample.h>