summaryrefslogtreecommitdiff
path: root/kernel/libc/exit/assert.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/libc/exit/assert.c')
-rw-r--r--kernel/libc/exit/assert.c2
1 files changed, 1 insertions, 1 deletions
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 <assert.h>
+#include <cpu/arch_inst.h>
#include <log.h>
#include <stdio.h>
-#include <cpu/arch_inst.h>
__attribute__((__noreturn__)) void aFailed(char *f, int l) {
kprintf("Assert failed\n");