diff --git a/include/haproxy/connection-t.h b/include/haproxy/connection-t.h index 857963264..9451585ae 100644 --- a/include/haproxy/connection-t.h +++ b/include/haproxy/connection-t.h @@ -34,10 +34,10 @@ #include #include -#include #include #include #include +#include /* referenced below */ struct connection; @@ -49,6 +49,7 @@ struct server; struct session; struct pipe; struct quic_conn; +struct bind_conf; /* Note: subscribing to these events is only valid after the caller has really * attempted to perform the operation, and failed to proceed or complete.