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_oom.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/test/test_oom.c') diff --git a/src/test/test_oom.c b/src/test/test_oom.c index 98935fe455..fcee7cc73f 100644 --- a/src/test/test_oom.c +++ b/src/test/test_oom.c @@ -19,6 +19,8 @@ #include "test_helpers.h" #include "entry_connection_st.h" +#include "or_circuit_st.h" +#include "origin_circuit_st.h" /* small replacement mock for circuit_mark_for_close_ to avoid doing all * the other bookkeeping that comes with marking circuits. */ -- cgit v1.2.3-54-g00ecf