diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:33:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:33:03 -0400 |
commit | def1f20e1f9e4544eaf2c0e387b240ec52958a9e (patch) | |
tree | df4eb46677339a59c113d5f9ac6371c9efc2af8f /src/or/hs_common.c | |
parent | 00f1d1653e4ff703cfbcf82060b229ca8a39030d (diff) | |
download | tor-def1f20e1f9e4544eaf2c0e387b240ec52958a9e.tar.gz tor-def1f20e1f9e4544eaf2c0e387b240ec52958a9e.zip |
Extract routerstatus_t into its own header.
Diffstat (limited to 'src/or/hs_common.c')
-rw-r--r-- | src/or/hs_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/hs_common.c b/src/or/hs_common.c index e5d15a1b1c..c63d4330d6 100644 --- a/src/or/hs_common.c +++ b/src/or/hs_common.c @@ -37,6 +37,7 @@ #include "networkstatus_st.h" #include "node_st.h" #include "origin_circuit_st.h" +#include "routerstatus_st.h" /* Trunnel */ #include "ed25519_cert.h" |