diff options
Diffstat (limited to 'src/trace/debug.h')
-rw-r--r-- | src/trace/debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trace/debug.h b/src/trace/debug.h index 3a1652543a..0241f2ccf8 100644 --- a/src/trace/debug.h +++ b/src/trace/debug.h @@ -1,10 +1,10 @@ -/* Copyright (c) 2017, The Tor Project, Inc. */ +/* Copyright (c) 2017-2018, The Tor Project, Inc. */ /* See LICENSE for licensing information */ #ifndef TOR_TRACE_LOG_DEBUG_H #define TOR_TRACE_LOG_DEBUG_H -#include "torlog.h" +#include "common/torlog.h" /* Stringify pre-processor trick. */ #define XSTR(d) STR(d) |