summaryrefslogtreecommitdiff
path: root/src/or/dnsserv.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 10:37:33 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 10:37:33 -0400
commit6c0fe9d07c40ce453b5c9c7a60cbfd13bf3ca6d7 (patch)
tree31d5b8440b128ec1ec4d231e219fea1e2eb7c596 /src/or/dnsserv.c
parent1416f54d1eb2651e6b82ccbe35585ce71378de8a (diff)
downloadtor-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.c1
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>