aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendcache.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-18 14:18:34 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-18 14:18:34 -0400
commit104c2e9e7e3a61924cdc4d5729c03932712fc1e3 (patch)
treed140fbb949cc3cc84069f521f8e76787ff5c0a51 /src/or/rendcache.c
parentbcc1368c77d6ed8ac7f8bd81acdec7bb2da9f925 (diff)
parent3edc48c07b35ea0708ad4149a725a60887c13326 (diff)
downloadtor-104c2e9e7e3a61924cdc4d5729c03932712fc1e3.tar.gz
tor-104c2e9e7e3a61924cdc4d5729c03932712fc1e3.zip
Merge branch 'split_or_h'
Diffstat (limited to 'src/or/rendcache.c')
-rw-r--r--src/or/rendcache.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/rendcache.c b/src/or/rendcache.c
index 854142c26f..8ce0185592 100644
--- a/src/or/rendcache.c
+++ b/src/or/rendcache.c
@@ -15,6 +15,10 @@
#include "routerparse.h"
#include "rendcommon.h"
+#include "extend_info_st.h"
+#include "rend_intro_point_st.h"
+#include "rend_service_descriptor_st.h"
+
/** Map from service id (as generated by rend_get_service_id) to
* rend_cache_entry_t. */
STATIC strmap_t *rend_cache = NULL;