diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 13:49:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 13:49:30 -0400 |
commit | 62315dab8420e44d8d469f858e88b7b4fe384122 (patch) | |
tree | 9dcbad4fa74109b0130ea8df04a26d394881706c /src/or/networkstatus.c | |
parent | 50369f8981e8ce0894753daeea3dc28ab01f2667 (diff) | |
download | tor-62315dab8420e44d8d469f858e88b7b4fe384122.tar.gz tor-62315dab8420e44d8d469f858e88b7b4fe384122.zip |
Extract ns_detached_signatures_st into its own header.
Diffstat (limited to 'src/or/networkstatus.c')
-rw-r--r-- | src/or/networkstatus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/networkstatus.c b/src/or/networkstatus.c index 8ad1bb25b7..0c351f0e40 100644 --- a/src/or/networkstatus.c +++ b/src/or/networkstatus.c @@ -79,6 +79,7 @@ #include "document_signature_st.h" #include "networkstatus_st.h" #include "networkstatus_voter_info_st.h" +#include "ns_detached_signatures_st.h" #include "node_st.h" #include "vote_microdesc_hash_st.h" #include "vote_routerstatus_st.h" |