diff --git a/lib/libc/minix/malloc-debug.c b/lib/libc/minix/malloc-debug.c index b2f466fbc..c9edc7367 100644 --- a/lib/libc/minix/malloc-debug.c +++ b/lib/libc/minix/malloc-debug.c @@ -5,6 +5,7 @@ #include #include +#include #include #include #include @@ -24,8 +25,6 @@ static int reenter; #define LOG(args) #endif -#define PAGE_SIZE I386_PAGE_SIZE - struct block { size_t size; unsigned magic;