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.
This commit is contained in:
Willy Tarreau 2023-01-20 00:02:37 +01:00
parent 17c630b846
commit 7d84439b48
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include <import/ist.h>
#include <haproxy/chunk.h>
#include <haproxy/global.h>
#include <haproxy/h2.h>
#include <haproxy/hpack-dec.h>
#include <haproxy/hpack-huff.h>