commit | 9beb387dd1502e016766388c5b2583116574d331 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Dec 07 17:27:47 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Dec 07 17:29:39 2021 +0100 |
tree | b0384962b476a4cf7e1db67c88159865d9c6e8cd | |
parent | db44338473468e6199d3eeb7d2d65da27f3b4bc2 [diff] |
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.