mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-20 23:58:46 +02:00
BUILD: quic: Missing RX header inclusions
Fix such building issues:
In file included from src/quic_tx.c:15:
include/haproxy/quic_tx.h:51:23: warning: ‘struct quic_rx_packet’
Do not know why the compiler warns about such missing header inclusions
just now. It should have complained a long time ago during the big QUIC
source code split.
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include <haproxy/quic_conn-t.h>
|
||||
#include <haproxy/quic_enc.h>
|
||||
#include <haproxy/quic_frame-t.h>
|
||||
#include <haproxy/quic_rx-t.h>
|
||||
|
||||
const char *quic_frame_type_string(enum quic_frame_type ft);
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#include <haproxy/list-t.h>
|
||||
#include <haproxy/quic_conn-t.h>
|
||||
#include <haproxy/quic_tls-t.h>
|
||||
#include <haproxy/quic_rx-t.h>
|
||||
#include <haproxy/quic_tx-t.h>
|
||||
|
||||
struct buffer *qc_txb_alloc(struct quic_conn *qc);
|
||||
|
||||
Reference in New Issue
Block a user