diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 15:37:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 15:37:05 -0400 |
commit | 3191ba389d12146b786ffd8af842a80e58c8c802 (patch) | |
tree | 2508677458946fe1fbffe216993b1201168a3678 /src/test/rend_test_helpers.c | |
parent | fde868ffe3ace818d67374858c54418296a62e79 (diff) | |
download | tor-3191ba389d12146b786ffd8af842a80e58c8c802.tar.gz tor-3191ba389d12146b786ffd8af842a80e58c8c802.zip |
Move extend_info_t into its own header.
Diffstat (limited to 'src/test/rend_test_helpers.c')
-rw-r--r-- | src/test/rend_test_helpers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/rend_test_helpers.c b/src/test/rend_test_helpers.c index fb2e4cf50b..ec252c39b3 100644 --- a/src/test/rend_test_helpers.c +++ b/src/test/rend_test_helpers.c @@ -7,6 +7,7 @@ #include "rendcommon.h" #include "rend_test_helpers.h" +#include "extend_info_st.h" #include "rend_intro_point_st.h" #include "rend_service_descriptor_st.h" |