diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-22 10:03:40 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:58:14 +0200 |
commit | 01c7b60a8063580fff7ad48adac3d1905df01013 (patch) | |
tree | 193ff48b65f7d538949d950370e11fea5c86eeae /src/or/dns.c | |
parent | 174a88dd79ecf3b6c76d63d44bef3e47378777ee (diff) | |
download | tor-01c7b60a8063580fff7ad48adac3d1905df01013.tar.gz tor-01c7b60a8063580fff7ad48adac3d1905df01013.zip |
Create circuituse.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 a40617cc69..131304711a 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -13,6 +13,7 @@ #include "or.h" #include "circuitlist.h" +#include "circuituse.h" #include "router.h" #include "ht.h" #ifdef HAVE_EVENT2_DNS_H |