diff options
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/buffers.c | 2 | ||||
-rw-r--r-- | src/or/or.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c index 970c1888c1..c4ebc8135f 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -13,7 +13,7 @@ #define BUFFERS_PRIVATE #include "or.h" #include "../common/util.h" -#include "../common/log.h" +#include "../common/torlog.h" #ifdef HAVE_UNISTD_H #include <unistd.h> #endif diff --git a/src/or/or.h b/src/or/or.h index 60987698b4..2124d457ef 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -82,7 +82,7 @@ #include "crypto.h" #include "tortls.h" -#include "../common/log.h" +#include "../common/torlog.h" #include "compat.h" #include "container.h" #include "util.h" |