mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-05 15:53:15 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user