]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: hpack: include global.h for the trash that is needed in debug mode
authorWilly Tarreau <w@1wt.eu>
Thu, 19 Jan 2023 23:02:37 +0000 (00:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jan 2023 23:02:37 +0000 (00:02 +0100)
commit7d84439b4859915fd9dcfa9362109c402c867b96
tree9c08ed4bfc5a597f587162f8640eb83c5488c196
parent17c630b84628258900268aaa5d597800fbc9adbb
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.
src/hpack-dec.c