From 1a3a3a20773a5664c653a8aebcd10d288962285b Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Tue, 2 Sep 2014 18:54:57 +0200 Subject: Improved directory structure. --- kernel/console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/console.h') diff --git a/kernel/console.h b/kernel/console.h index 8c547db..d3b9b58 100644 --- a/kernel/console.h +++ b/kernel/console.h @@ -1,7 +1,7 @@ #ifndef CONSOLE_H #define CONSOLE_H -#include "kernel.h" +#include "lib/int/stdint.h" #define SCR_VIDEOMEM 0xb8000 -- cgit v1.2.3