mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-07 10:08:38 -04:00
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;
|
||
|---|---|---|
| .. | ||
| haproxy | ||
| import | ||
| make | ||