diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 11:57:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 11:57:48 -0400 |
commit | c846b0e486786f228a51f39d32b83d83f15bd3cd (patch) | |
tree | 6375dcfb35bcf126913a870c318cfcf6305d44fc /src/or/rendservice.c | |
parent | b3f2c682b721eac104455b09bd2f0d481f17d750 (diff) | |
download | tor-c846b0e486786f228a51f39d32b83d83f15bd3cd.tar.gz tor-c846b0e486786f228a51f39d32b83d83f15bd3cd.zip |
Extract crypt_path_reference_t into its own header.
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r-- | src/or/rendservice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c index 09a52ea07b..20a4288af0 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -37,6 +37,7 @@ #include "routerset.h" #include "crypt_path_st.h" +#include "crypt_path_reference_st.h" #include "edge_connection_st.h" #include "origin_circuit_st.h" |