From 50369f8981e8ce0894753daeea3dc28ab01f2667 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 15 Jun 2018 13:45:15 -0400 Subject: Extract networkstatus_t and ..sr_info_t into their own headers --- src/or/routerparse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/routerparse.c') 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" -- cgit v1.2.3-54-g00ecf