aboutsummaryrefslogtreecommitdiff
path: root/src/or/dnsserv.c
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-07-22 10:32:52 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-07-27 07:58:14 +0200
commit2a74101f7a45308458ce30a3ea95e58593709613 (patch)
tree7827e12ac5ef566b20c36631254fab3989290ed9 /src/or/dnsserv.c
parentc4f8f1316e18e5eeb6efc14659a66f3d6feb0adf (diff)
downloadtor-2a74101f7a45308458ce30a3ea95e58593709613.tar.gz
tor-2a74101f7a45308458ce30a3ea95e58593709613.zip
Create connection.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 68d8122f82..6e3ccfbdf0 100644
--- a/src/or/dnsserv.c
+++ b/src/or/dnsserv.c
@@ -11,6 +11,7 @@
#include "or.h"
#include "dnsserv.h"
#include "config.h"
+#include "connection.h"
#ifdef HAVE_EVENT2_DNS_H
#include <event2/dns.h>
#include <event2/dns_compat.h>