From 6c0fe9d07c40ce453b5c9c7a60cbfd13bf3ca6d7 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 15 Jun 2018 10:37:33 -0400 Subject: Split listener_connection_t into its own header For once, it's a type that is used almost nowhere else besides the logical place. --- src/or/dnsserv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/dnsserv.c') diff --git a/src/or/dnsserv.c b/src/or/dnsserv.c index 46fb8f0a07..020cabb162 100644 --- a/src/or/dnsserv.c +++ b/src/or/dnsserv.c @@ -32,6 +32,7 @@ #include "control_connection_st.h" #include "entry_connection_st.h" +#include "listener_connection_st.h" #include #include -- cgit v1.2.3-54-g00ecf