aboutsummaryrefslogtreecommitdiff
path: root/src/or/dnsserv.c
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-07-22 11:35:09 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-07-27 07:58:15 +0200
commit0bfa34e1f6dd97b9860083101479969a94ee2662 (patch)
tree1c59672e2cfec81ff34baf707e874bb488a3ebad /src/or/dnsserv.c
parent0d33120c26cc4e9c7705d003e215a53143b41df7 (diff)
downloadtor-0bfa34e1f6dd97b9860083101479969a94ee2662.tar
tor-0bfa34e1f6dd97b9860083101479969a94ee2662.tar.gz
Create control.h
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 4c471105c..317a0afb2 100644
--- a/src/or/dnsserv.c
+++ b/src/or/dnsserv.c
@@ -13,6 +13,7 @@
#include "config.h"
#include "connection.h"
#include "connection_edge.h"
+#include "control.h"
#ifdef HAVE_EVENT2_DNS_H
#include <event2/dns.h>
#include <event2/dns_compat.h>