mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 18:02:44 +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.