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.
This commit is contained in:
Willy Tarreau 2026-06-24 16:43:32 +02:00
parent 55744154b4
commit 9ec82560f2

View file

@ -1,3 +1,5 @@
#include <haproxy/api.h>
#include <haproxy/activity.h>
#include <haproxy/quic_pacing.h>
#include <haproxy/quic_tx.h>