diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:07:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:07:17 -0400 |
commit | b8ae4111e38bc9cf6ac395b78601c150f710936f (patch) | |
tree | f142d43b31b5e18e2dc2dc7a6c90cfd795b73da5 /src/or/control.c | |
parent | 62315dab8420e44d8d469f858e88b7b4fe384122 (diff) | |
download | tor-b8ae4111e38bc9cf6ac395b78601c150f710936f.tar.gz tor-b8ae4111e38bc9cf6ac395b78601c150f710936f.zip |
Extract desc_store_t and routerlist_t into their own headers.
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/control.c b/src/or/control.c index 0afd6cf973..55670e65e0 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -92,6 +92,7 @@ #include "rend_authorized_client_st.h" #include "rend_encoded_v2_service_descriptor_st.h" #include "rend_service_descriptor_st.h" +#include "routerlist_st.h" #include "socks_request_st.h" #ifndef _WIN32 |