diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 12:18:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 12:18:17 -0400 |
commit | 22e9c647387509b44ff75e232aede360e3f87070 (patch) | |
tree | b21a2c640d50991704318a76e72cf47bbb5d1775 /src/or/rendcommon.c | |
parent | 7d2d131afad17375a7e04086082568903d5335d2 (diff) | |
download | tor-22e9c647387509b44ff75e232aede360e3f87070.tar.gz tor-22e9c647387509b44ff75e232aede360e3f87070.zip |
Extract rend_service_descriptor_t into its own header.
Diffstat (limited to 'src/or/rendcommon.c')
-rw-r--r-- | src/or/rendcommon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendcommon.c b/src/or/rendcommon.c index 719a1537c9..b2d4b0949a 100644 --- a/src/or/rendcommon.c +++ b/src/or/rendcommon.c @@ -34,6 +34,7 @@ #include "cpath_build_state_st.h" #include "crypt_path_st.h" #include "origin_circuit_st.h" +#include "rend_service_descriptor_st.h" /** Return 0 if one and two are the same service ids, else -1 or 1 */ int |