From b3f2c682b721eac104455b09bd2f0d481f17d750 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 15 Jun 2018 11:52:32 -0400 Subject: Extract crypt_path_t and relay_crypto_t into their own headers --- src/or/rendclient.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/rendclient.c') diff --git a/src/or/rendclient.c b/src/or/rendclient.c index 6762bbfb00..8e621562ad 100644 --- a/src/or/rendclient.c +++ b/src/or/rendclient.c @@ -33,6 +33,7 @@ #include "routerlist.h" #include "routerset.h" +#include "crypt_path_st.h" #include "dir_connection_st.h" #include "entry_connection_st.h" #include "origin_circuit_st.h" -- cgit v1.2.3-54-g00ecf