diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-22 10:32:52 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:58:14 +0200 |
commit | 2a74101f7a45308458ce30a3ea95e58593709613 (patch) | |
tree | 7827e12ac5ef566b20c36631254fab3989290ed9 /src/or/dns.c | |
parent | c4f8f1316e18e5eeb6efc14659a66f3d6feb0adf (diff) | |
download | tor-2a74101f7a45308458ce30a3ea95e58593709613.tar.gz tor-2a74101f7a45308458ce30a3ea95e58593709613.zip |
Create connection.h
Diffstat (limited to 'src/or/dns.c')
-rw-r--r-- | src/or/dns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dns.c b/src/or/dns.c index 905be3ef9b..e8b75d5180 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -15,6 +15,7 @@ #include "circuitlist.h" #include "circuituse.h" #include "config.h" +#include "connection.h" #include "router.h" #include "ht.h" #ifdef HAVE_EVENT2_DNS_H |