BarryServer : Git

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

// Related

Nucleus

Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)
diff --git a/task/clone.c b/task/clone.c
index 3a9f579..bd87f52 100644
--- a/task/clone.c
+++ b/task/clone.c
@@ -3,11 +3,11 @@
  * and copies most of the attributes from the parent task into it.
  */
 
-#include <sys/types.h>
 #include <sys/sched.h>
+#include <sys/types.h>
+#include <nucleus/io.h>
 #include <nucleus/task.h>
 #include <nucleus/vfs.h>
-#include <io.h>
 
 /* Clone a task */
 pid_t