summaryrefslogtreecommitdiff
path: root/kc/core/kstdio.c
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2022-03-23 00:45:57 +0000
committerAda Christine <adachristine18@gmail.com>2022-03-23 00:53:35 +0000
commit26f81e50066e5bb7aeae218094e0f834c405a8c1 (patch)
treeecf6efe060cb9a88660c80cfddfdbf4709ea7bcd /kc/core/kstdio.c
parentfd0decea3bfc29523dad2b7a62526d023fe3ccc8 (diff)
fix collision with /usr/include/efi/lib.h
squash me
Diffstat (limited to 'kc/core/kstdio.c')
-rw-r--r--kc/core/kstdio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kc/core/kstdio.c b/kc/core/kstdio.c
index 2971b18..fdb52b7 100644
--- a/kc/core/kstdio.c
+++ b/kc/core/kstdio.c
@@ -1,7 +1,7 @@
#include "kprint.h"
#include "serial.h"
-#include <lib.h>
+#include <sophialib.h>
#include <stdint.h>
#include <stdbool.h>