aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_dir_common.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 14:49:15 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 14:49:46 -0400
commited0731c7ded26d84975411f4a0e35f2500f3eb2a (patch)
tree06e107b1bbd57226e25045c5e541a0d1e08bb0a9 /src/test/test_dir_common.c
parent9d6276bca895101d5e76be52300b982b95284c69 (diff)
downloadtor-ed0731c7ded26d84975411f4a0e35f2500f3eb2a.tar.gz
tor-ed0731c7ded26d84975411f4a0e35f2500f3eb2a.zip
Extract routerinfo_t into its own header.
I was expecting this to be much worse.
Diffstat (limited to 'src/test/test_dir_common.c')
-rw-r--r--src/test/test_dir_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_dir_common.c b/src/test/test_dir_common.c
index c23282ba85..3ec9fd6910 100644
--- a/src/test/test_dir_common.c
+++ b/src/test/test_dir_common.c
@@ -17,6 +17,7 @@
#include "authority_cert_st.h"
#include "networkstatus_st.h"
#include "networkstatus_voter_info_st.h"
+#include "routerinfo_st.h"
#include "vote_microdesc_hash_st.h"
#include "vote_routerstatus_st.h"