From 15003d1b0abccc8bcef84386c4a6da176e41f883 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Sun, 9 Jun 2024 22:05:53 +0200 Subject: Add UDP --- kernel/lib/relist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'kernel/lib/relist.c') 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 #include #include +#include void relist_init(struct relist *list) { list->bitmap_capacity = 1; -- cgit v1.2.3