aboutsummaryrefslogtreecommitdiff
path: root/src/test/testing_common.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 09:54:04 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-21 10:47:11 -0400
commit275aff6917260209dc53e553d895ec886f6c8c52 (patch)
tree9121e4e54fc7286f90f67e9b364d41914bfc245d /src/test/testing_common.c
parent2cfcb7b364541c27749ae0df73eabd7a56797f93 (diff)
downloadtor-275aff6917260209dc53e553d895ec886f6c8c52.tar.gz
tor-275aff6917260209dc53e553d895ec886f6c8c52.zip
Rectify include paths (automated)
Diffstat (limited to 'src/test/testing_common.c')
-rw-r--r--src/test/testing_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/testing_common.c b/src/test/testing_common.c
index 8b83265d8f..f9e60001da 100644
--- a/src/test/testing_common.c
+++ b/src/test/testing_common.c
@@ -15,7 +15,7 @@
#include "or/config.h"
#include "common/crypto_rand.h"
#include "or/rephist.h"
-#include "common/backtrace.h"
+#include "lib/err/backtrace.h"
#include "test/test.h"
#include "or/channelpadding.h"
#include "or/main.h"