aboutsummaryrefslogtreecommitdiff
path: root/src/krn/mkern.c
diff options
context:
space:
mode:
authorczjstmax <maxwasmailed@proton.me>2026-02-22 19:20:06 +0100
committerGitHub <noreply@github.com>2026-02-22 19:20:06 +0100
commit6fc0fd2fd64388e32c4ec1cefa2ad8e1e43fdb5a (patch)
tree37fe585f98775c015e5561294c243bc8c75e2b69 /src/krn/mkern.c
parent4ad29177f5682a18045f82052317408fb4efa027 (diff)
update includes
Diffstat (limited to 'src/krn/mkern.c')
-rw-r--r--src/krn/mkern.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/krn/mkern.c b/src/krn/mkern.c
index 3bdc188..04497e0 100644
--- a/src/krn/mkern.c
+++ b/src/krn/mkern.c
@@ -4,7 +4,7 @@
* müll_kernel
*/
-#include "api/std.h"
+#include "api/io.h"
void kmain(void) __attribute__((noreturn));
void kmain(void) {