Nucleus
Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)diff --git a/task/exec.c b/task/exec.c index d4b4c3d..ff80d21 100644 --- a/task/exec.c +++ b/task/exec.c @@ -4,11 +4,10 @@ * and finally jumps into user-mode. */ -#include <string.h> -#include <unistd.h> +#include <sys/errno.h> +#include <sys/file.h> #include <sys/stat.h> -#include <fcntl.h> -#include <errno.h> +#include <nucleus/lib.h> #include <nucleus/memory.h> #include <nucleus/task.h> #include <nucleus/vfs.h>