mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-23 19:11:14 +01: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.