diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-09-02 18:54:57 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-09-02 18:54:57 +0200 |
| commit | 1a3a3a20773a5664c653a8aebcd10d288962285b (patch) | |
| tree | 8af03d6cc24613d105e9f0534d0fa95b2089b117 /kernel/console.h | |
| parent | 3cf50b41a40f6c2bd824549104015f6d2f6799c0 (diff) | |
Improved directory structure.
Diffstat (limited to 'kernel/console.h')
| -rw-r--r-- | kernel/console.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
