projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17c630b
)
BUILD: hpack: include global.h for the trash that is needed in debug mode
author
Willy Tarreau
<w@1wt.eu>
Thu, 19 Jan 2023 23:02:37 +0000
(
00:02
+0100)
committer
Willy Tarreau
<w@1wt.eu>
Thu, 19 Jan 2023 23:02:37 +0000
(
00:02
+0100)
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
patch
|
blob
|
history
diff --git
a/src/hpack-dec.c
b/src/hpack-dec.c
index
6e4a8b7
..
147021c
100644
(file)
--- a/
src/hpack-dec.c
+++ b/
src/hpack-dec.c
@@
-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>