]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
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)
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

index 856c5eebe5d425c4cd82400219de256e7b6ddb36..c9b76785adce6c27ad170e722b27d6fb6d9f5e78 100644 (file)
@@ -1,3 +1,5 @@
+#include <haproxy/api.h>
+#include <haproxy/activity.h>
 #include <haproxy/quic_pacing.h>
 
 #include <haproxy/quic_tx.h>