aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_hs_common.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 14:38:30 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 14:38:30 -0400
commit9d6276bca895101d5e76be52300b982b95284c69 (patch)
tree6ba6daf7b9e78849d492f395cc9e1d56e71b71f3 /src/test/test_hs_common.c
parentdef1f20e1f9e4544eaf2c0e387b240ec52958a9e (diff)
downloadtor-9d6276bca895101d5e76be52300b982b95284c69.tar.gz
tor-9d6276bca895101d5e76be52300b982b95284c69.zip
Extract microdesc_t into its own header.
Diffstat (limited to 'src/test/test_hs_common.c')
-rw-r--r--src/test/test_hs_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_hs_common.c b/src/test/test_hs_common.c
index ea5fb49792..342626bcc1 100644
--- a/src/test/test_hs_common.c
+++ b/src/test/test_hs_common.c
@@ -33,6 +33,7 @@
#include "util.h"
#include "voting_schedule.h"
+#include "microdesc_st.h"
#include "networkstatus_st.h"
#include "node_st.h"
#include "routerstatus_st.h"