summaryrefslogtreecommitdiff
path: root/src/or/rendcommon.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 15:37:05 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 15:37:05 -0400
commit3191ba389d12146b786ffd8af842a80e58c8c802 (patch)
tree2508677458946fe1fbffe216993b1201168a3678 /src/or/rendcommon.c
parentfde868ffe3ace818d67374858c54418296a62e79 (diff)
downloadtor-3191ba389d12146b786ffd8af842a80e58c8c802.tar.gz
tor-3191ba389d12146b786ffd8af842a80e58c8c802.zip
Move extend_info_t into its own header.
Diffstat (limited to 'src/or/rendcommon.c')
-rw-r--r--src/or/rendcommon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendcommon.c b/src/or/rendcommon.c
index 9049699465..80cb798466 100644
--- a/src/or/rendcommon.c
+++ b/src/or/rendcommon.c
@@ -33,6 +33,7 @@
#include "cpath_build_state_st.h"
#include "crypt_path_st.h"
+#include "extend_info_st.h"
#include "networkstatus_st.h"
#include "origin_circuit_st.h"
#include "rend_encoded_v2_service_descriptor_st.h"