From: Willy Tarreau Date: Sat, 8 May 2021 18:34:16 +0000 (+0200) Subject: BUILD: comp: include proxy.h from flt_http_comp.c X-Git-Tag: v2.4-dev19~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=202f93d88592cbe25f4d3f7b8ad49619749415e2;p=thirdparty%2Fhaproxy.git 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 c212b9c464..b6aeb2b25b 100644 --- a/src/flt_http_comp.c +++ b/src/flt_http_comp.c @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include #include