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/or/routerparse.c | |
parent | def1f20e1f9e4544eaf2c0e387b240ec52958a9e (diff) | |
download | tor-9d6276bca895101d5e76be52300b982b95284c69.tar.gz tor-9d6276bca895101d5e76be52300b982b95284c69.zip |
Extract microdesc_t into its own header.
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index 7a19460dff..dee4220b6e 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -84,6 +84,7 @@ #include "authority_cert_st.h" #include "document_signature_st.h" #include "extrainfo_st.h" +#include "microdesc_st.h" #include "networkstatus_st.h" #include "networkstatus_voter_info_st.h" #include "ns_detached_signatures_st.h" |