diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 13:31:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 13:31:47 -0400 |
commit | 89aefb0319778af419abed11707a7bf84648288c (patch) | |
tree | 8d8798052926e4a977f45e03443dc08fc2279747 /src/test/test_dir_common.c | |
parent | 80c9e1e58511de04eeffdc47d3801697b4952e6d (diff) | |
download | tor-89aefb0319778af419abed11707a7bf84648288c.tar.gz tor-89aefb0319778af419abed11707a7bf84648288c.zip |
Extract networkstatus_vote_info_t into its own header.
Diffstat (limited to 'src/test/test_dir_common.c')
-rw-r--r-- | src/test/test_dir_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_dir_common.c b/src/test/test_dir_common.c index 4b36025b54..fca132c9f7 100644 --- a/src/test/test_dir_common.c +++ b/src/test/test_dir_common.c @@ -14,6 +14,7 @@ #include "test_dir_common.h" #include "voting_schedule.h" +#include "networkstatus_voter_info_st.h" #include "vote_microdesc_hash_st.h" #include "vote_routerstatus_st.h" |