aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_entrynodes.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_entrynodes.c
parentdef1f20e1f9e4544eaf2c0e387b240ec52958a9e (diff)
downloadtor-9d6276bca895101d5e76be52300b982b95284c69.tar.gz
tor-9d6276bca895101d5e76be52300b982b95284c69.zip
Extract microdesc_t into its own header.
Diffstat (limited to 'src/test/test_entrynodes.c')
-rw-r--r--src/test/test_entrynodes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_entrynodes.c b/src/test/test_entrynodes.c
index d16af591d4..6a93921f90 100644
--- a/src/test/test_entrynodes.c
+++ b/src/test/test_entrynodes.c
@@ -33,6 +33,7 @@
#include "cpath_build_state_st.h"
#include "crypt_path_st.h"
#include "dir_connection_st.h"
+#include "microdesc_st.h"
#include "networkstatus_st.h"
#include "node_st.h"
#include "origin_circuit_st.h"