Redirecting incorrect #include of <wait.h> to <sys/wait.h>
https://github.com/maandree/slibc/blob/master/include/wait.h
(the wait.h isn't one of the standard library header files)
# warning "Redirecting incorrect #include of <wait.h> to <sys/wait.h>"
#include <sys/wait.h>