diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 13:45:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 13:45:15 -0400 |
commit | 50369f8981e8ce0894753daeea3dc28ab01f2667 (patch) | |
tree | cc209aba92d31f83008d28f4dc34bb7f30537479 /src/or/routerparse.c | |
parent | 89aefb0319778af419abed11707a7bf84648288c (diff) | |
download | tor-50369f8981e8ce0894753daeea3dc28ab01f2667.tar.gz tor-50369f8981e8ce0894753daeea3dc28ab01f2667.zip |
Extract networkstatus_t and ..sr_info_t into their own headers
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 73721bf236..ab64b1c825 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -82,6 +82,7 @@ #include "dirauth/dirvote.h" #include "document_signature_st.h" +#include "networkstatus_st.h" #include "networkstatus_voter_info_st.h" #include "rend_authorized_client_st.h" #include "rend_intro_point_st.h" |