diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 10:37:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 10:37:33 -0400 |
commit | 6c0fe9d07c40ce453b5c9c7a60cbfd13bf3ca6d7 (patch) | |
tree | 31d5b8440b128ec1ec4d231e219fea1e2eb7c596 /src/or/dnsserv.c | |
parent | 1416f54d1eb2651e6b82ccbe35585ce71378de8a (diff) | |
download | tor-6c0fe9d07c40ce453b5c9c7a60cbfd13bf3ca6d7.tar.gz tor-6c0fe9d07c40ce453b5c9c7a60cbfd13bf3ca6d7.zip |
Split listener_connection_t into its own header
For once, it's a type that is used almost nowhere else besides the
logical place.
Diffstat (limited to 'src/or/dnsserv.c')
-rw-r--r-- | src/or/dnsserv.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <event2/dns.h> #include <event2/dns_compat.h> |