From edf86881446717b633dbb2aaac7b25dbc4630c3f Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Wed, 26 Jun 2024 21:17:06 +0200 Subject: Kernel: Code cleanup --- kernel/libc/exit/assert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/libc/exit/assert.c') diff --git a/kernel/libc/exit/assert.c b/kernel/libc/exit/assert.c index 89aa863..fd5f086 100644 --- a/kernel/libc/exit/assert.c +++ b/kernel/libc/exit/assert.c @@ -1,7 +1,7 @@ #include +#include #include #include -#include __attribute__((__noreturn__)) void aFailed(char *f, int l) { kprintf("Assert failed\n"); -- cgit v1.2.3