diff options
Diffstat (limited to 'src/common/memarea.c')
-rw-r--r-- | src/common/memarea.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/memarea.c b/src/common/memarea.c index 0402e5f208..77579e63be 100644 --- a/src/common/memarea.c +++ b/src/common/memarea.c @@ -11,7 +11,7 @@ #include "memarea.h" #include "util.h" #include "compat.h" -#include "log.h" +#include "torlog.h" /** If true, we try to detect any attempts to write beyond the length of a * memarea. */ |