BUILD: quic: Several compiler warns fixes after retry module creation
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 28 Nov 2023 10:37:44 +0000 (11:37 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Tue, 28 Nov 2023 14:47:18 +0000 (15:47 +0100)
commitb39362070d2d5adbe81b49fec3363b752cfb4220
treec9d8e9012d161dc9d4925ad901fdc2ae90140322
parentb5970967ca135c43b071ef58c1dce2b614a1a413
BUILD: quic: Several compiler warns fixes after retry module creation

Such a warning appeared after having added quic_retry.h which includes only
headers for types (quic_cid-t.h, clock-t.h...)

In file included from include/haproxy/quic_retry.h:12,
                 from src/quic_retry.c:5:
include/haproxy/quic_cid-t.h:26:26: error: field ‘seq_num’ has incomplete type
   26 |         struct eb64_node seq_num;
include/haproxy/quic_cid-t.h
include/haproxy/quic_sock-t.h
include/haproxy/quic_tls-t.h