mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-08 16:23:24 -04:00
BUILD: quic: global.h is needed in cfgparse-quic
cfgparse-quic accesses some members of the "global" struct but only includes global-t.h. It actually used to work via tools.h due to a long dependency chain that brought it, but it will be fixed and will break cfgparse-quic, so let's fix it first.
This commit is contained in:
parent
4d46638540
commit
07a3d539f5
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#include <haproxy/api.h>
|
||||
#include <haproxy/cfgparse.h>
|
||||
#include <haproxy/errors.h>
|
||||
#include <haproxy/global-t.h>
|
||||
#include <haproxy/global.h>
|
||||
#include <haproxy/listener.h>
|
||||
#include <haproxy/proxy-t.h>
|
||||
#include <haproxy/quic_cc-t.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue