summaryrefslogtreecommitdiff
path: root/src/common/compat.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-27 09:49:08 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-27 10:04:41 -0400
commit55b793936725aba0c615c748838187a589c5d6d4 (patch)
tree779aec5890b8fd40f9c67118fe3eab3f6c806dbd /src/common/compat.c
parentbee580ddbaabcd8d6066761cce385c00d75dd2c5 (diff)
downloadtor-55b793936725aba0c615c748838187a589c5d6d4.tar.gz
tor-55b793936725aba0c615c748838187a589c5d6d4.zip
Fix up include paths for sandbox.h (automated)
Diffstat (limited to 'src/common/compat.c')
-rw-r--r--src/common/compat.c2
1 files changed, 1 insertions, 1 deletions
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. */