From a0bc164af57a3e5828cfc4fdefb9b2191af79ce9 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 15 Jun 2018 11:34:33 -0400 Subject: Extract {or,origin}_circuit_t into their own headers --- src/test/test_hs_intropoint.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/test/test_hs_intropoint.c') diff --git a/src/test/test_hs_intropoint.c b/src/test/test_hs_intropoint.c index 4253c9a388..b8462d294e 100644 --- a/src/test/test_hs_intropoint.c +++ b/src/test/test_hs_intropoint.c @@ -28,6 +28,8 @@ #include "hs_intropoint.h" #include "hs_service.h" +#include "or_circuit_st.h" + /* Trunnel. */ #include "hs/cell_establish_intro.h" #include "hs/cell_introduce1.h" -- cgit v1.2.3-54-g00ecf