BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 18495cfe1cf5f7fc6f6b0c8c12d7f34dfded1be0 / task / uid.c

// Related

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 */