summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 15:06:00 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 15:06:00 -0400
commit958df2829a9248cf8518aafd9e19da48ce14cf64 (patch)
tree6439cc32a6066e9b5a4183e9acf1d42ab337639c /src/or/dirserv.c
parentf85d731e3af16e72682f68be4f598f08ed227618 (diff)
downloadtor-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.c1
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"