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:
11bd6f7
)
BUILD: comp: include proxy.h from flt_http_comp.c
author
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 18:34:16 +0000
(20:34 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 18:35:39 +0000
(20:35 +0200)
It's used for proxy_type_str() but the header was missing.
src/flt_http_comp.c
patch
|
blob
|
history
diff --git
a/src/flt_http_comp.c
b/src/flt_http_comp.c
index
c212b9c
..
b6aeb2b
100644
(file)
--- a/
src/flt_http_comp.c
+++ b/
src/flt_http_comp.c
@@
-20,7
+20,7
@@
#include <haproxy/http_htx.h>
#include <haproxy/htx.h>
#include <haproxy/list.h>
-#include <haproxy/proxy-t.h>
+#include <haproxy/proxy.h>
#include <haproxy/sample.h>
#include <haproxy/stream.h>
#include <haproxy/tools.h>