diff options
Diffstat (limited to 'kc/core/kstdio.c')
| -rw-r--r-- | kc/core/kstdio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kc/core/kstdio.c b/kc/core/kstdio.c index fdb52b7..1d0bfa9 100644 --- a/kc/core/kstdio.c +++ b/kc/core/kstdio.c @@ -1,11 +1,11 @@ -#include "kprint.h" #include "serial.h" -#include <sophialib.h> - #include <stdint.h> #include <stdbool.h> +#include <lib/kstdio.h> +#include <lib/kstring.h> + FILE *kstdout; int kfputc(int c, FILE *f) |
