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/dirserv.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/dirserv.c')
-rw-r--r-- | src/or/dirserv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index e54782d196..68f411b486 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -36,6 +36,7 @@ #include "dirauth/dirvote.h" +#include "cached_dir_st.h" #include "dir_connection_st.h" #include "extrainfo_st.h" #include "microdesc_st.h" |