From 55b793936725aba0c615c748838187a589c5d6d4 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 27 Jun 2018 09:49:08 -0400 Subject: Fix up include paths for sandbox.h (automated) --- src/or/dns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/dns.c') diff --git a/src/or/dns.c b/src/or/dns.c index 8d809d8c3c..ddb50d1964 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -63,7 +63,7 @@ #include "or/relay.h" #include "or/router.h" #include "ht.h" -#include "common/sandbox.h" +#include "lib/sandbox/sandbox.h" #include "or/edge_connection_st.h" #include "or/or_circuit_st.h" -- cgit v1.2.3-54-g00ecf