aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 12:23:06 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 12:23:06 -0400
commit990184da4976f98365ca7d98762e91a66f1d3009 (patch)
treec432d840a285db958261cba53efdf8369758ad53 /src/or/rendservice.c
parent22e9c647387509b44ff75e232aede360e3f87070 (diff)
downloadtor-990184da4976f98365ca7d98762e91a66f1d3009.tar.gz
tor-990184da4976f98365ca7d98762e91a66f1d3009.zip
Extract rend_intro_point_t into its own header.
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r--src/or/rendservice.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index e27e8c4fb4..d82ea4789e 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -41,6 +41,7 @@
#include "crypt_path_reference_st.h"
#include "edge_connection_st.h"
#include "origin_circuit_st.h"
+#include "rend_intro_point_st.h"
#include "rend_service_descriptor_st.h"
struct rend_service_t;