commit 7a3d60d4712f9e8c5f2d39dce93ee31caf1d0a21 Author: Nick Mathewson nickm@torproject.org Date: Thu Jan 20 14:46:38 2022 -0500
Use an alternative solution to the warning in trace_probes_cc.c --- src/core/or/trace_probes_cc.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/core/or/trace_probes_cc.c b/src/core/or/trace_probes_cc.c index d52646da4f..b0ca23e208 100644 --- a/src/core/or/trace_probes_cc.c +++ b/src/core/or/trace_probes_cc.c @@ -19,6 +19,7 @@ #include "core/or/channel.h" #include "core/or/circuit_st.h" #include "core/or/circuitlist.h" +#include "core/or/congestion_control_common.h" #include "core/or/congestion_control_st.h" #include "core/or/connection_st.h" #include "core/or/edge_connection_st.h"
tor-commits@lists.torproject.org