]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: quic: global.h is needed in cfgparse-quic
authorWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2022 07:28:43 +0000 (08:28 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2022 07:30:48 +0000 (08:30 +0100)
commit07a3d539f59270b12406c055d93a8a0bcacbc9a8
tree20f3315cf75194ad0929bb6378668a4c2cc427e9
parent4d466385405295f769ec65291f511160ffd11ade
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.
src/cfgparse-quic.c