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/common/compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/compat.c') diff --git a/src/common/compat.c b/src/common/compat.c index 9575ab0808..9cc0b4f040 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -129,7 +129,7 @@ SecureZeroMemory(PVOID ptr, SIZE_T cnt) #include "lib/container/smartlist.h" #include "lib/wallclock/tm_cvt.h" #include "lib/net/address.h" -#include "common/sandbox.h" +#include "lib/sandbox/sandbox.h" /** As open(path, flags, mode), but return an fd with the close-on-exec mode * set. */ -- cgit v1.2.3-54-g00ecf