mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-20 00:10:41 -05:00
BUILD: mux-quic: fix compilation with DEBUG_MEM_STATS
Replace bug.h by api.h in mux_quic header. This is required because bug.h uses atomic operations when compiled with DEBUG_MEM_STATS. api.h takes care of including atomic.h before bug.h.
This commit is contained in:
parent
db44338473
commit
9beb387dd1
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#error "Must define USE_OPENSSL"
|
||||
#endif
|
||||
|
||||
#include <haproxy/bug.h>
|
||||
#include <haproxy/api.h>
|
||||
#include <haproxy/mux_quic-t.h>
|
||||
|
||||
void quic_mux_transport_params_update(struct qcc *qcc);
|
||||
|
|
|
|||
Loading…
Reference in a new issue