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.haproxy.org/?a=commitdiff_plain;h=7d84439b4859915fd9dcfa9362109c402c867b96;p=haproxy-3.0.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 6e4a8b7..147021c 100644 --- a/src/hpack-dec.c +++ b/src/hpack-dec.c @@ -32,6 +32,7 @@ #include #include +#include #include #include #include