aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirauth/dirvote.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 14:07:17 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 14:07:17 -0400
commitb8ae4111e38bc9cf6ac395b78601c150f710936f (patch)
treef142d43b31b5e18e2dc2dc7a6c90cfd795b73da5 /src/or/dirauth/dirvote.c
parent62315dab8420e44d8d469f858e88b7b4fe384122 (diff)
downloadtor-b8ae4111e38bc9cf6ac395b78601c150f710936f.tar.gz
tor-b8ae4111e38bc9cf6ac395b78601c150f710936f.zip
Extract desc_store_t and routerlist_t into their own headers.
Diffstat (limited to 'src/or/dirauth/dirvote.c')
-rw-r--r--src/or/dirauth/dirvote.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dirauth/dirvote.c b/src/or/dirauth/dirvote.c
index c402bcb799..1f95b985c0 100644
--- a/src/or/dirauth/dirvote.c
+++ b/src/or/dirauth/dirvote.c
@@ -34,6 +34,7 @@
#include "networkstatus_voter_info_st.h"
#include "node_st.h"
#include "ns_detached_signatures_st.h"
+#include "routerlist_st.h"
#include "vote_microdesc_hash_st.h"
#include "vote_routerstatus_st.h"
#include "vote_timing_st.h"