diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 09:54:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-21 10:47:11 -0400 |
commit | 275aff6917260209dc53e553d895ec886f6c8c52 (patch) | |
tree | 9121e4e54fc7286f90f67e9b364d41914bfc245d /src/common/sandbox.c | |
parent | 2cfcb7b364541c27749ae0df73eabd7a56797f93 (diff) | |
download | tor-275aff6917260209dc53e553d895ec886f6c8c52.tar.gz tor-275aff6917260209dc53e553d895ec886f6c8c52.zip |
Rectify include paths (automated)
Diffstat (limited to 'src/common/sandbox.c')
-rw-r--r-- | src/common/sandbox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/sandbox.c b/src/common/sandbox.c index 3679037f8d..4fc1327307 100644 --- a/src/common/sandbox.c +++ b/src/common/sandbox.c @@ -34,7 +34,7 @@ #include "common/sandbox.h" #include "common/container.h" -#include "common/torerr.h" +#include "lib/err/torerr.h" #include "common/torlog.h" #include "common/torint.h" #include "common/util.h" @@ -80,7 +80,7 @@ defined(HAVE_BACKTRACE_SYMBOLS_FD) && defined(HAVE_SIGACTION) #define USE_BACKTRACE #define EXPOSE_CLEAN_BACKTRACE -#include "common/backtrace.h" +#include "lib/err/backtrace.h" #endif /* defined(HAVE_EXECINFO_H) && defined(HAVE_BACKTRACE) && ... */ #ifdef USE_BACKTRACE |