add workaround header for wait.h remapping to sys/wait.h

This commit is contained in:
Rich Felker 2013-09-01 01:01:31 -04:00
parent 316d6741b6
commit c2d3fd3aad

2
include/wait.h Normal file
View File

@ -0,0 +1,2 @@
#warning redirecting incorrect #include <wait.h> to <sys/wait.h>
#include <sys/wait.h>