summaryrefslogtreecommitdiff
path: root/src/test/test_util.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 15:17:54 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-21 15:20:01 -0400
commite066966bf48b4f6ca557175cb2ab3e2dffa5b1db (patch)
tree7cd9b093bddd06349629426fe3a404cb4947b14c /src/test/test_util.c
parenteb784aa9eaced1adb436d752ccdbeb2ff19c9e23 (diff)
downloadtor-e066966bf48b4f6ca557175cb2ab3e2dffa5b1db.tar.gz
tor-e066966bf48b4f6ca557175cb2ab3e2dffa5b1db.zip
Extract tor_malloc and friends to a new module.
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 a766f8457f..69c1f3c84a 100644
--- a/src/test/test_util.c
+++ b/src/test/test_util.c
@@ -8,6 +8,7 @@
#define COMPAT_TIME_PRIVATE
#define CONTROL_PRIVATE
#define UTIL_PRIVATE
+#define UTIL_MALLOC_PRIVATE
#include "or/or.h"
#include "common/buffers.h"
#include "or/config.h"
@@ -6316,4 +6317,3 @@ struct testcase_t util_tests[] = {
UTIL_TEST(get_unquoted_path, 0),
END_OF_TESTCASES
};
-