mirror of
https://github.com/haproxy/haproxy.git
synced 2026-07-16 12:23:15 -04:00
MINOR: quic: add missing include in quic_sock
Add quic_sock.h include in corresponding source file quic_sock.c.
This commit is contained in:
parent
0575d8fd76
commit
4d29504c58
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue