summaryrefslogtreecommitdiff
path: root/kc/core/cpu/exceptions.h
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2023-01-30 00:05:53 +0000
committerAda Christine <adachristine18@gmail.com>2023-01-30 00:05:53 +0000
commit798b1dc391f424868f5f4bac8937c191ed4716b8 (patch)
tree44269b4f29b8c6762657e12a02ac33063b665461 /kc/core/cpu/exceptions.h
parentfba7a0f3cde6217235663fcfb300b63cb8d7c2df (diff)
headers moved around
Diffstat (limited to 'kc/core/cpu/exceptions.h')
-rw-r--r--kc/core/cpu/exceptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kc/core/cpu/exceptions.h b/kc/core/cpu/exceptions.h
index 8f7add2..7babb65 100644
--- a/kc/core/cpu/exceptions.h
+++ b/kc/core/cpu/exceptions.h
@@ -21,7 +21,7 @@
#ifndef __ASSEMBLER__
-#include "kprint.h"
+#include <lib/kstdio.h>
struct isr_context_param_regs
{