diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-13 00:35:06 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-13 00:35:06 +0100 |
| commit | b126d01e9687e6509c9d49b1b174c95aee603a89 (patch) | |
| tree | fe05187f4f9c28ef65bf530116c20c05f1a679b8 /kernel/keyboard.c | |
| parent | e3c4f3b03aa77ea19ddf7d982d39871dbdc018c0 (diff) | |
fixing implicit functions!
Diffstat (limited to 'kernel/keyboard.c')
| -rw-r--r-- | kernel/keyboard.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kernel/keyboard.c b/kernel/keyboard.c index 3b0bbb1..0e31e67 100644 --- a/kernel/keyboard.c +++ b/kernel/keyboard.c @@ -4,8 +4,9 @@ #include "x86.h" #include "console.h" -#include "../lib/logger/log.h" // logger facilities -#include "../lib/bool/bool.h" +#include "lib/buffer/ringbuffer.h" +#include "lib/logger/log.h" // logger facilities +#include "lib/bool/bool.h" /// keyboard driver //// // http://www.computer-engineering.org/ps2keyboard/scancodes1.html |
