aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/circuit_st.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-12-16 13:17:11 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-09 07:30:35 -0500
commit2f7a2c42d2dcc36f8d6b58aff67f6a7d388f81ed (patch)
treef39067bc6421cddc1643188e572dc86b728ca323 /src/core/or/circuit_st.h
parentafa36682f959d12da1d6369b38d5d960f345c09a (diff)
downloadtor-2f7a2c42d2dcc36f8d6b58aff67f6a7d388f81ed.tar.gz
tor-2f7a2c42d2dcc36f8d6b58aff67f6a7d388f81ed.zip
Include ht.h in all headers that use HT_ENTRY()
Without this change, compilation success depends on include order in several tricky ways.
Diffstat (limited to 'src/core/or/circuit_st.h')
-rw-r--r--src/core/or/circuit_st.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/or/circuit_st.h b/src/core/or/circuit_st.h
index 929f3840ef..19cfa9838b 100644
--- a/src/core/or/circuit_st.h
+++ b/src/core/or/circuit_st.h
@@ -17,6 +17,7 @@
#include "lib/container/handles.h"
#include "core/or/cell_queue_st.h"
+#include "ext/ht.h"
struct hs_token_t;
struct circpad_machine_spec_t;