navigaid
12/29/2016 - 2:17 PM

Redirecting incorrect #include of <wait.h> to <sys/wait.h>

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>