add workaround header for wait.h remapping to sys/wait.h
This commit is contained in:
parent
316d6741b6
commit
c2d3fd3aad
1 changed files with 2 additions and 0 deletions
2
include/wait.h
Normal file
2
include/wait.h
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#warning redirecting incorrect #include <wait.h> to <sys/wait.h>
|
||||
#include <sys/wait.h>
|
||||
Loading…
Add table
Add a link
Reference in a new issue