BUILD: quic: Missing RX header inclusions
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 27 Nov 2023 08:10:29 +0000 (09:10 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Tue, 28 Nov 2023 14:37:22 +0000 (15:37 +0100)
commit5f9bd6bbce5f9283fc289d8a0b024c1e4b9eb611
tree3600aae076ff098b0cdf515e0c853ec399c9f9ed
parentf949f7df8319ee76c1a9726af42562c341d8b749
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.
include/haproxy/quic_frame.h
include/haproxy/quic_tx.h