From: Willy Tarreau Date: Fri, 12 Feb 2021 07:46:01 +0000 (+0100) Subject: BUILD: proxy: add missing compression-t.h to proxy-t.h X-Git-Tag: v2.4-dev8~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=168a414037c8829be4397937a72ff9f8af3f3d1c;p=thirdparty%2Fhaproxy.git BUILD: proxy: add missing compression-t.h to proxy-t.h struct comp is used in struct proxy but never declared prior to this so depending on where proxy.h is included, touching the field can break the build. --- diff --git a/include/haproxy/proxy-t.h b/include/haproxy/proxy-t.h index bafe9402df..247028460a 100644 --- a/include/haproxy/proxy-t.h +++ b/include/haproxy/proxy-t.h @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include