aboutsummaryrefslogtreecommitdiff
path: root/src/or/dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/dns.h')
-rw-r--r--src/or/dns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dns.h b/src/or/dns.h
index d742083635..12853205ff 100644
--- a/src/or/dns.h
+++ b/src/or/dns.h
@@ -41,7 +41,7 @@ void dns_reset_correctness_checks(void);
void dump_dns_mem_usage(int severity);
#ifdef DNS_PRIVATE
-#include "dns_structs.h"
+#include "or/dns_structs.h"
MOCK_DECL(STATIC int,dns_resolve_impl,(edge_connection_t *exitconn,
int is_resolve,or_circuit_t *oncirc, char **hostname_out,