Browse Source

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

rs-1.0
Rich Felker 13 years ago
parent
commit
c2d3fd3aad
  1. 2
      include/wait.h

2
include/wait.h

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