summaryrefslogtreecommitdiff
path: root/src/or/networkstatus.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 13:49:30 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 13:49:30 -0400
commit62315dab8420e44d8d469f858e88b7b4fe384122 (patch)
tree9dcbad4fa74109b0130ea8df04a26d394881706c /src/or/networkstatus.c
parent50369f8981e8ce0894753daeea3dc28ab01f2667 (diff)
downloadtor-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.c1
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"