included header maybe?
This commit is contained in:
parent
74a8432efb
commit
d92f343ab4
@ -1,6 +1,11 @@
|
||||
#ifndef KERNEL_H
|
||||
#define KERNEL_H
|
||||
|
||||
// Standard Bois
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
// Others
|
||||
#include "../cpu/isr.h"
|
||||
#include "../drivers/screen.h"
|
||||
#include "../libc/string.h"
|
||||
|
Reference in New Issue
Block a user