diff options
| author | Miguel <m.i@gmx.at> | 2018-08-31 12:01:29 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-31 12:01:29 +0200 |
| commit | 331ed2b6273c79e0eaa236c4615205823608dc6b (patch) | |
| tree | 2106c5b5ed9691f6eae445156910f3a93f36f322 /kernel/syscalls.c | |
| parent | 47d7e8e4527c663dd1a0c04a4ea5624589464895 (diff) | |
moved terminal.c and terminal.h
Diffstat (limited to 'kernel/syscalls.c')
| -rw-r--r-- | kernel/syscalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/syscalls.c b/kernel/syscalls.c index ba9d68f..714acde 100644 --- a/kernel/syscalls.c +++ b/kernel/syscalls.c @@ -5,7 +5,7 @@ #include "driver/vesa.h" #include "fifo.h" #include "fd.h" -#include "terminal/terminal.h" +#include "driver/terminal.h" #include "driver/screen.h" #include <sys/stat.h> #include <sys/time.h> |
