summaryrefslogtreecommitdiff
path: root/src/or/consdiff.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-28 09:25:58 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-28 09:25:58 -0400
commit38fd3e0df06f72b3b67dfeb1d2a2c1c90761e05e (patch)
treee7dd8797aea3d4483207a0fa73c4bde5ea2780e7 /src/or/consdiff.c
parenteee86e627b670b153bb5a0f41f9f8dfa4c378884 (diff)
downloadtor-38fd3e0df06f72b3b67dfeb1d2a2c1c90761e05e.tar.gz
tor-38fd3e0df06f72b3b67dfeb1d2a2c1c90761e05e.zip
Fix up the modules that include memarea.h (automated)
Diffstat (limited to 'src/or/consdiff.c')
-rw-r--r--src/or/consdiff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/consdiff.c b/src/or/consdiff.c
index 6d000997f9..88edda716e 100644
--- a/src/or/consdiff.c
+++ b/src/or/consdiff.c
@@ -40,7 +40,7 @@
#include "or/or.h"
#include "or/consdiff.h"
-#include "common/memarea.h"
+#include "lib/memarea/memarea.h"
#include "or/routerparse.h"
static const char* ns_diff_version = "network-status-diff-version 1";