diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 15:06:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 15:06:00 -0400 |
commit | 958df2829a9248cf8518aafd9e19da48ce14cf64 (patch) | |
tree | 6439cc32a6066e9b5a4183e9acf1d42ab337639c /src/or/control.c | |
parent | f85d731e3af16e72682f68be4f598f08ed227618 (diff) | |
download | tor-958df2829a9248cf8518aafd9e19da48ce14cf64.tar.gz tor-958df2829a9248cf8518aafd9e19da48ce14cf64.zip |
Extract cached_dir_t into a new header.
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 520b6178f7..075b62a58a 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -81,6 +81,7 @@ #include "routerparse.h" #include "shared_random_client.h" +#include "cached_dir_st.h" #include "control_connection_st.h" #include "cpath_build_state_st.h" #include "entry_connection_st.h" |