aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/fuzz_http.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/fuzz/fuzz_http.c
parent2cfcb7b364541c27749ae0df73eabd7a56797f93 (diff)
downloadtor-275aff6917260209dc53e553d895ec886f6c8c52.tar.gz
tor-275aff6917260209dc53e553d895ec886f6c8c52.zip
Rectify include paths (automated)
Diffstat (limited to 'src/test/fuzz/fuzz_http.c')
-rw-r--r--src/test/fuzz/fuzz_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/fuzz/fuzz_http.c b/src/test/fuzz/fuzz_http.c
index a5be26df4f..564edbb55e 100644
--- a/src/test/fuzz/fuzz_http.c
+++ b/src/test/fuzz/fuzz_http.c
@@ -7,7 +7,7 @@
#define DIRECTORY_PRIVATE
#include "or/or.h"
-#include "common/backtrace.h"
+#include "lib/err/backtrace.h"
#include "common/buffers.h"
#include "or/config.h"
#include "or/connection.h"