From da4ae8a6b6bc45f301c1493bb55b09e2f1209ac2 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 22 Jun 2018 10:32:10 -0400 Subject: Automated fixup of include paths after torlog.h movement. --- src/common/util_bug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/util_bug.c') diff --git a/src/common/util_bug.c b/src/common/util_bug.c index 7d6dc0750f..0e6190caf1 100644 --- a/src/common/util_bug.c +++ b/src/common/util_bug.c @@ -9,7 +9,7 @@ #include "orconfig.h" #include "common/util_bug.h" -#include "common/torlog.h" +#include "lib/log/torlog.h" #include "lib/err/backtrace.h" #ifdef TOR_UNIT_TESTS #include "lib/container/smartlist.h" -- cgit v1.2.3-54-g00ecf