diff options
author | Alex Auvolat <alex@adnab.me> | 2015-03-14 17:20:17 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2015-03-14 17:20:17 +0100 |
commit | 03cc6fc2b52e97790ec7685020e533d909424614 (patch) | |
tree | db4f43722b36f7f6bce5db4f64b0359d25cc1905 /src/tests/utests/malloc/test.c | |
parent | 3e2a3170501fb02b5b46a342c47d2ba8b1a6e244 (diff) | |
download | kogata-03cc6fc2b52e97790ec7685020e533d909424614.tar.gz kogata-03cc6fc2b52e97790ec7685020e533d909424614.zip |
Adjustments in region allocation code (fix first_bigger ??)
Diffstat (limited to 'src/tests/utests/malloc/test.c')
-rw-r--r-- | src/tests/utests/malloc/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/utests/malloc/test.c b/src/tests/utests/malloc/test.c index b55d28a..fb2f3b9 100644 --- a/src/tests/utests/malloc/test.c +++ b/src/tests/utests/malloc/test.c @@ -4,7 +4,7 @@ #include <syscall.h> #include <debug.h> -#include <user_region.h> +#include <region_alloc.h> int main(int argc, char **argv) { dbg_print("(BEGIN-USER-TEST malloc-test)\n"); |