diff --git a/src/kernel/core/syscalls.c b/src/kernel/core/syscalls.c index cb6baedc93..6295b915f9 100644 --- a/src/kernel/core/syscalls.c +++ b/src/kernel/core/syscalls.c @@ -1,4 +1,4 @@ -/* Big case statment for dispatching syscalls */ +/* Big case statement for dispatching syscalls */ /* ** Copyright 2001, Travis Geiselbrecht. All rights reserved. ** Distributed under the terms of the NewOS License. @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include