summaryrefslogtreecommitdiff
path: root/src/common/storagedir.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-22 10:32:10 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-22 10:32:10 -0400
commitda4ae8a6b6bc45f301c1493bb55b09e2f1209ac2 (patch)
tree60f7ff45ee340dc6c008f0f8447458f8056fbef5 /src/common/storagedir.c
parent97b15a1d7c51764888d2172711e3f3a71fb01916 (diff)
downloadtor-da4ae8a6b6bc45f301c1493bb55b09e2f1209ac2.tar.gz
tor-da4ae8a6b6bc45f301c1493bb55b09e2f1209ac2.zip
Automated fixup of include paths after torlog.h movement.
Diffstat (limited to 'src/common/storagedir.c')
-rw-r--r--src/common/storagedir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/storagedir.c b/src/common/storagedir.c
index 82a5e1b21d..10b2301274 100644
--- a/src/common/storagedir.c
+++ b/src/common/storagedir.c
@@ -7,7 +7,7 @@
#include "common/memarea.h"
#include "common/sandbox.h"
#include "common/storagedir.h"
-#include "common/torlog.h"
+#include "lib/log/torlog.h"
#include "common/util.h"
#ifdef HAVE_SYS_TYPES_H