mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 20:46:11 +02:00
BUILD: quic: add missing includes
Complete the include list for the files quic_loss.h and quic_sock.c.
This commit is contained in:
parent
9296091cf7
commit
777969c163
@ -26,6 +26,10 @@
|
||||
#error "Must define USE_OPENSSL"
|
||||
#endif
|
||||
|
||||
#include <haproxy/quic_loss-t.h>
|
||||
|
||||
#include <haproxy/api.h>
|
||||
#include <haproxy/quic_tls-t.h>
|
||||
#include <haproxy/ticks.h>
|
||||
#include <haproxy/xprt_quic-t.h>
|
||||
|
||||
|
||||
@ -19,6 +19,7 @@
|
||||
#include <haproxy/listener.h>
|
||||
#include <haproxy/quic_sock.h>
|
||||
#include <haproxy/session.h>
|
||||
#include <haproxy/tools.h>
|
||||
#include <haproxy/xprt_quic.h>
|
||||
|
||||
/* This function is called from the protocol layer accept() in order to
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user