diff options
Diffstat (limited to 'src/test/test_oom.c')
-rw-r--r-- | src/test/test_oom.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/test_oom.c b/src/test/test_oom.c index abf8896452..8d506271af 100644 --- a/src/test/test_oom.c +++ b/src/test/test_oom.c @@ -18,6 +18,11 @@ #include "test.h" #include "test_helpers.h" +#include "cell_st.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. */ static void |