aboutsummaryrefslogtreecommitdiff
path: root/src/lib/err
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 12:20:52 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-21 13:14:14 -0400
commitfa5fda5bbfd1c3ebcd9f01d0d86509c68dfd4268 (patch)
treef13e823982abe5f2d568018806516996c118c69f /src/lib/err
parentcd8f91955366719d5060264a613c3296b888ec6d (diff)
downloadtor-fa5fda5bbfd1c3ebcd9f01d0d86509c68dfd4268.tar.gz
tor-fa5fda5bbfd1c3ebcd9f01d0d86509c68dfd4268.zip
Rectify include paths (automated)
Diffstat (limited to 'src/lib/err')
-rw-r--r--src/lib/err/backtrace.h2
-rw-r--r--src/lib/err/torerr.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/err/backtrace.h b/src/lib/err/backtrace.h
index 0a145fc92d..7f77428436 100644
--- a/src/lib/err/backtrace.h
+++ b/src/lib/err/backtrace.h
@@ -5,7 +5,7 @@
#define TOR_BACKTRACE_H
#include "orconfig.h"
-#include "common/compat_compiler.h"
+#include "lib/cc/compat_compiler.h"
typedef void (*tor_log_fn)(int, unsigned, const char *fmt, ...)
CHECK_PRINTF(3,4);
diff --git a/src/lib/err/torerr.h b/src/lib/err/torerr.h
index 10d9f481c0..d4bba6916f 100644
--- a/src/lib/err/torerr.h
+++ b/src/lib/err/torerr.h
@@ -13,7 +13,7 @@
#ifndef TOR_TORERR_H
#define TOR_TORERR_H
-#include "common/compat_compiler.h"
+#include "lib/cc/compat_compiler.h"
/* The raw_assert...() variants are for use within code that can't call
* tor_assertion_failed_() because of call circularity issues. */