mirror of
https://github.com/haproxy/haproxy.git
synced 2026-07-07 00:03:09 -04:00
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:
parent
55744154b4
commit
9ec82560f2
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#include <haproxy/api.h>
|
||||
#include <haproxy/activity.h>
|
||||
#include <haproxy/quic_pacing.h>
|
||||
|
||||
#include <haproxy/quic_tx.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue