summaryrefslogtreecommitdiff
path: root/kernel/lib/relist.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/lib/relist.c')
-rw-r--r--kernel/lib/relist.c1
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;