aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_controller_events.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-01 14:16:25 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-01 15:20:37 -0400
commit49f88e77e5f9dec60e2409e1f6d3e3935c5eab69 (patch)
tree3db9c2fe6603a557b11e8cd6c9486612f858878c /src/test/test_controller_events.c
parentf54a5cbfb6d58399ee152306fcd7e0c55292a173 (diff)
downloadtor-49f88e77e5f9dec60e2409e1f6d3e3935c5eab69.tar.gz
tor-49f88e77e5f9dec60e2409e1f6d3e3935c5eab69.zip
Extract more constants from or.h
Diffstat (limited to 'src/test/test_controller_events.c')
-rw-r--r--src/test/test_controller_events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_controller_events.c b/src/test/test_controller_events.c
index b642a37d22..33a45a99cc 100644
--- a/src/test/test_controller_events.c
+++ b/src/test/test_controller_events.c
@@ -7,6 +7,7 @@
#include "or/or.h"
#include "or/channel.h"
#include "or/channeltls.h"
+#include "or/circuitlist.h"
#include "or/connection.h"
#include "or/control.h"
#include "test/test.h"
@@ -331,4 +332,3 @@ struct testcase_t controller_event_tests[] = {
TEST(event_mask, TT_FORK),
END_OF_TESTCASES
};
-