summaryrefslogtreecommitdiffstats
path: root/include/haproxy/quic_ack-t.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/haproxy/quic_ack-t.h')
-rw-r--r--include/haproxy/quic_ack-t.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/haproxy/quic_ack-t.h b/include/haproxy/quic_ack-t.h
index 95b77f1..64182e6 100644
--- a/include/haproxy/quic_ack-t.h
+++ b/include/haproxy/quic_ack-t.h
@@ -13,6 +13,10 @@
#ifndef _HAPROXY_QUIC_ACK_T_H
#define _HAPROXY_QUIC_ACK_T_H
+#include <inttypes.h>
+#include <stddef.h>
+#include <import/eb64tree.h>
+
/* The maximum number of ack ranges to be built in ACK frames */
#define QUIC_MAX_ACK_RANGES 32