[tor-commits] [tor/main] Use an alternative solution to the warning in trace_probes_cc.c

nickm at torproject.org nickm at torproject.org
Thu Jan 20 20:57:26 UTC 2022


commit 7a3d60d4712f9e8c5f2d39dce93ee31caf1d0a21
Author: Nick Mathewson <nickm at 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"



More information about the tor-commits mailing list