commit | 202f93d88592cbe25f4d3f7b8ad49619749415e2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 20:34:16 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 20:35:39 2021 +0200 |
tree | d4c65ddee665815d32f3f0a5903c456a39cb5f9d | |
parent | 11bd6f7296bed1419685c9ea3fe023bf282b1fc1 [diff] |
BUILD: comp: include proxy.h from flt_http_comp.c It's used for proxy_type_str() but the header was missing.
diff --git a/src/flt_http_comp.c b/src/flt_http_comp.c index c212b9c..b6aeb2b 100644 --- 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>