Nucleus
Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)diff --git a/task/wait.c b/task/wait.c index 35ee29a..2eb72c3 100644 --- a/task/wait.c +++ b/task/wait.c @@ -5,7 +5,7 @@ * information from it before releasing it. */ -#include <errno.h> +#include <sys/errno.h> #include <nucleus/task.h> /* Wait for a child process to change state */