mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-27 01:01:00 +02:00
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.