Nucleus
Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)diff --git a/task/uid.c b/task/uid.c index 5b50c90..f6b28fe 100644 --- a/task/uid.c +++ b/task/uid.c @@ -4,8 +4,8 @@ * the required permission when setting any of these attributes. */ +#include <sys/errno.h> #include <sys/types.h> -#include <errno.h> #include <nucleus/task.h> /* Get the current task's UID */