From 331ed2b6273c79e0eaa236c4615205823608dc6b Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 31 Aug 2018 12:01:29 +0200 Subject: moved terminal.c and terminal.h --- kernel/syscalls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/syscalls.c') 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 #include -- cgit v1.2.3