diff options
Diffstat (limited to 'src/or/dns.c')
-rw-r--r-- | src/or/dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dns.c b/src/or/dns.c index 2a8048a340..b03cbb5aad 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -14,7 +14,7 @@ const char dns_c_id[] = **/ #include "or.h" -#include "../common/ht.h" +#include "ht.h" #include "eventdns.h" /** Longest hostname we're willing to resolve. */ |