From 202f93d88592cbe25f4d3f7b8ad49619749415e2 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 8 May 2021 20:34:16 +0200 Subject: [PATCH] BUILD: comp: include proxy.h from flt_http_comp.c It's used for proxy_type_str() but the header was missing. --- src/flt_http_comp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include #include -#include +#include #include #include #include -- 1.7.10.4