]> git.kaiwu.me - haproxy.git/commit
BUILD: quic_pacing: add missing includes for api and activity in the file
authorWilly Tarreau <w@1wt.eu>
Wed, 24 Jun 2026 14:43:32 +0000 (16:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 24 Jun 2026 16:01:33 +0000 (18:01 +0200)
commit9ec82560f24a24245e865df6a2650b5dfd44c986
treeda53e9a7d3a94c5338367f4f34604dbbda632bb3
parent55744154b4e01079c2cd39d6730b7e68ea8c92fc
BUILD: quic_pacing: add missing includes for api and activity in the file

quic_pacing.c is missing a number of include files that it got by chance
through task.h, resulting in build breakage as soon as that one gets
cleaned up. Let's add api.h and activity.h that are needed. No backport
is needed.
src/quic_pacing.c