included header maybe?

This commit is contained in:
Jonathan Turner 2023-11-29 07:51:19 -05:00
parent 74a8432efb
commit d92f343ab4

View File

@ -1,6 +1,11 @@
#ifndef KERNEL_H #ifndef KERNEL_H
#define KERNEL_H #define KERNEL_H
// Standard Bois
#include <string.h>
#include <stdlib.h>
// Others
#include "../cpu/isr.h" #include "../cpu/isr.h"
#include "../drivers/screen.h" #include "../drivers/screen.h"
#include "../libc/string.h" #include "../libc/string.h"