diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-23 19:58:06 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:58:16 +0200 |
commit | 0f1548ab18c09efda944def3597bafc2cd9552c8 (patch) | |
tree | ed62cdfa1bc0289b5688a45b7afcaea49b97d31c /src/or/dns.c | |
parent | a86f464f6b04e2f592d3e8dcbd2b26414a36e971 (diff) | |
download | tor-0f1548ab18c09efda944def3597bafc2cd9552c8.tar.gz tor-0f1548ab18c09efda944def3597bafc2cd9552c8.zip |
Create main.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 d7184f6e96..7bb2d8ea34 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -19,6 +19,7 @@ #include "connection_edge.h" #include "control.h" #include "dns.h" +#include "main.h" #include "router.h" #include "ht.h" #ifdef HAVE_EVENT2_DNS_H |