BarryServer : Git

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

// Related

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