summaryrefslogtreecommitdiff
path: root/src/or/dnsserv.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 10:07:17 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 10:10:24 -0400
commit5d5c442e6ad726382c7b8efc0e999825a783bd9e (patch)
treeb840edeb2e62fe8a04b7735bdbec90ebd575c268 /src/or/dnsserv.c
parent2a574d11ac8747996dcb979b04e38b16c5a0a9de (diff)
downloadtor-5d5c442e6ad726382c7b8efc0e999825a783bd9e.tar.gz
tor-5d5c442e6ad726382c7b8efc0e999825a783bd9e.zip
Split entry and edge_connection_t into their own headers.
Diffstat (limited to 'src/or/dnsserv.c')
-rw-r--r--src/or/dnsserv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/dnsserv.c b/src/or/dnsserv.c
index 7e344deeab..39c96ee00f 100644
--- a/src/or/dnsserv.c
+++ b/src/or/dnsserv.c
@@ -29,6 +29,9 @@
#include "control.h"
#include "main.h"
#include "policies.h"
+
+#include "entry_connection_st.h"
+
#include <event2/dns.h>
#include <event2/dns_compat.h>
/* XXXX this implies we want an improved evdns */