aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc/system_alloc/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc/system_alloc/info.txt')
-rw-r--r--src/alloc/system_alloc/info.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/alloc/system_alloc/info.txt b/src/alloc/system_alloc/info.txt
index 0e8de9ff7..5fade38cf 100644
--- a/src/alloc/system_alloc/info.txt
+++ b/src/alloc/system_alloc/info.txt
@@ -2,11 +2,12 @@ realname "Default (Malloc) Allocators"
load_on auto
-<requires>
-utils
-</requires>
-
<add>
defalloc.cpp
defalloc.h
</add>
+
+<requires>
+libstate
+mem_pool
+</requires>