aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.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/test/test.c
parentfde868ffe3ace818d67374858c54418296a62e79 (diff)
downloadtor-3191ba389d12146b786ffd8af842a80e58c8c802.tar.gz
tor-3191ba389d12146b786ffd8af842a80e58c8c802.zip
Move extend_info_t into its own header.
Diffstat (limited to 'src/test/test.c')
-rw-r--r--src/test/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c
index 871498aa01..14456d8666 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -62,6 +62,7 @@ double fabs(double x);
#include "statefile.h"
#include "crypto_curve25519.h"
+#include "extend_info_st.h"
#include "or_circuit_st.h"
#include "rend_encoded_v2_service_descriptor_st.h"
#include "rend_intro_point_st.h"