diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:38:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:38:30 -0400 |
commit | 9d6276bca895101d5e76be52300b982b95284c69 (patch) | |
tree | 6ba6daf7b9e78849d492f395cc9e1d56e71b71f3 /src/test/test_nodelist.c | |
parent | def1f20e1f9e4544eaf2c0e387b240ec52958a9e (diff) | |
download | tor-9d6276bca895101d5e76be52300b982b95284c69.tar.gz tor-9d6276bca895101d5e76be52300b982b95284c69.zip |
Extract microdesc_t into its own header.
Diffstat (limited to 'src/test/test_nodelist.c')
-rw-r--r-- | src/test/test_nodelist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_nodelist.c b/src/test/test_nodelist.c index 018f109e5c..e41557ed35 100644 --- a/src/test/test_nodelist.c +++ b/src/test/test_nodelist.c @@ -12,6 +12,7 @@ #include "nodelist.h" #include "torcert.h" +#include "microdesc_st.h" #include "networkstatus_st.h" #include "node_st.h" #include "routerstatus_st.h" |