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/rendservice.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/rendservice.c') diff --git a/src/or/rendservice.c b/src/or/rendservice.c index d1e6f8a8e3..09a52ea07b 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -36,6 +36,7 @@ #include "routerparse.h" #include "routerset.h" +#include "crypt_path_st.h" #include "edge_connection_st.h" #include "origin_circuit_st.h" -- cgit v1.2.3-54-g00ecf