BUILD: quic: add missing includes

Complete the include list for the files quic_loss.h and quic_sock.c.
This commit is contained in:
Amaury Denoyelle 2022-03-24 16:06:26 +01:00
parent 9296091cf7
commit 777969c163
2 changed files with 5 additions and 0 deletions

View File

@ -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>

View File

@ -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