From 5d5c442e6ad726382c7b8efc0e999825a783bd9e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 15 Jun 2018 10:07:17 -0400 Subject: Split entry and edge_connection_t into their own headers. --- src/or/circuitlist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/circuitlist.c') diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c index 45fff7cc17..e0ee284283 100644 --- a/src/or/circuitlist.c +++ b/src/or/circuitlist.c @@ -91,6 +91,8 @@ #include "ht.h" +#include "edge_connection_st.h" + /********* START VARIABLES **********/ /** A global list of all circuits at this hop. */ -- cgit v1.2.3-54-g00ecf