From fde868ffe3ace818d67374858c54418296a62e79 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 15 Jun 2018 15:27:46 -0400 Subject: Extract cell type and their queues into new headers Since packed_cell and destroy_cell exist only to be queued, they go in the same headers as the queues. --- src/test/test_channel.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/test/test_channel.c') diff --git a/src/test/test_channel.c b/src/test/test_channel.c index fbc964ecc0..ba9d8bfb29 100644 --- a/src/test/test_channel.c +++ b/src/test/test_channel.c @@ -20,9 +20,11 @@ #include "scheduler.h" #include "networkstatus.h" +#include "cell_st.h" #include "networkstatus_st.h" #include "origin_circuit_st.h" #include "routerstatus_st.h" +#include "var_cell_st.h" /* Test suite stuff */ #include "log_test_helpers.h" -- cgit v1.2.3-54-g00ecf