From c121fcef30559ee9bcf0aeb1634c48f87ef4b22c Mon Sep 17 00:00:00 2001 From: Amaury Denoyelle Date: Wed, 10 Jan 2024 10:57:18 +0100 Subject: [PATCH] BUILD: quic: missing include for quic_tp Add missing netinet/in.h required for in_addr/in6_addr types. This should be backported up to 2.9. --- include/haproxy/quic_tp-t.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/haproxy/quic_tp-t.h b/include/haproxy/quic_tp-t.h index cc0669b2d..489744182 100644 --- a/include/haproxy/quic_tp-t.h +++ b/include/haproxy/quic_tp-t.h @@ -7,6 +7,7 @@ #include #include +#include #define QUIC_STATELESS_RESET_TOKEN_LEN 16