commit | 4d29504c58264b74debc6d5ade70de42c6a05f6f | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Jan 19 16:18:44 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Jan 24 10:30:49 2022 +0100 |
tree | a5231ae076b7cdd701d94f0bc4ffa7ff7ae27506 | |
parent | 0575d8fd760c6cd1de3d6ed66599d685a03c1873 [diff] |
MINOR: quic: add missing include in quic_sock Add quic_sock.h include in corresponding source file quic_sock.c.
diff --git a/src/quic_sock.c b/src/quic_sock.c index 38a8aab..080853f 100644 --- a/src/quic_sock.c +++ b/src/quic_sock.c
@@ -17,6 +17,7 @@ #include <haproxy/connection.h> #include <haproxy/listener.h> +#include <haproxy/quic_sock.h> #include <haproxy/session.h> #include <haproxy/xprt_quic.h>