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/circuitlist.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/circuitlist.c')
-rw-r--r-- | src/or/circuitlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c index 7601bc6135..3f03ae2f4e 100644 --- a/src/or/circuitlist.c +++ b/src/or/circuitlist.c @@ -92,6 +92,7 @@ #include "ht.h" +#include "crypt_path_reference_st.h" #include "dir_connection_st.h" #include "edge_connection_st.h" #include "or_circuit_st.h" |