From: Willy Tarreau Date: Thu, 19 Jan 2023 23:02:37 +0000 (+0100) Subject: BUILD: hpack: include global.h for the trash that is needed in debug mode X-Git-Tag: v2.8-dev2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d84439;p=thirdparty%2Fhaproxy.git BUILD: hpack: include global.h for the trash that is needed in debug mode When building with -DDEBUG_HPACK, the trash is needed, but it's declared in global.h. This may be backported to all supported versions. --- diff --git a/src/hpack-dec.c b/src/hpack-dec.c index 6e4a8b74a1..147021cc36 100644 --- a/src/hpack-dec.c +++ b/src/hpack-dec.c @@ -32,6 +32,7 @@ #include #include +#include #include #include #include