diff options
Diffstat (limited to 'kernel/lib/relist.c')
-rw-r--r-- | kernel/lib/relist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/lib/relist.c b/kernel/lib/relist.c index a2f9ce5..01af884 100644 --- a/kernel/lib/relist.c +++ b/kernel/lib/relist.c @@ -2,6 +2,7 @@ #include <kmalloc.h> #include <lib/relist.h> #include <math.h> +#include <string.h> void relist_init(struct relist *list) { list->bitmap_capacity = 1; |