mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-19 12:10:46 +00: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
@ -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 New Issue
Block a user