aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_util.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/test/test_util.c
parenteee86e627b670b153bb5a0f41f9f8dfa4c378884 (diff)
downloadtor-38fd3e0df06f72b3b67dfeb1d2a2c1c90761e05e.tar.gz
tor-38fd3e0df06f72b3b67dfeb1d2a2c1c90761e05e.zip
Fix up the modules that include memarea.h (automated)
Diffstat (limited to 'src/test/test_util.c')
-rw-r--r--src/test/test_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_util.c b/src/test/test_util.c
index 0c2febd464..f1c2812f14 100644
--- a/src/test/test_util.c
+++ b/src/test/test_util.c
@@ -16,7 +16,7 @@
#include "or/control.h"
#include "lib/crypt_ops/crypto_rand.h"
#include "test/test.h"
-#include "common/memarea.h"
+#include "lib/memarea/memarea.h"
#include "common/util_process.h"
#include "test/log_test_helpers.h"
#include "lib/compress/compress_zstd.h"