diff options
author | Rich Felker <dalias@aerifal.cx> | 2013-09-01 01:01:31 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2013-09-01 01:01:31 -0400 |
commit | c2d3fd3aad854af2875cff412cf52cead0a83a51 (patch) | |
tree | 69a0e4abaf65652c4feb3c3ab2566dfe66ec40d6 /include | |
parent | 316d6741b68b485205d7233c98bd6c795bb80370 (diff) | |
download | musl-c2d3fd3aad854af2875cff412cf52cead0a83a51.tar.gz musl-c2d3fd3aad854af2875cff412cf52cead0a83a51.tar.bz2 musl-c2d3fd3aad854af2875cff412cf52cead0a83a51.tar.xz musl-c2d3fd3aad854af2875cff412cf52cead0a83a51.zip |
add workaround header for wait.h remapping to sys/wait.h
Diffstat (limited to 'include')
-rw-r--r-- | include/wait.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wait.h b/include/wait.h new file mode 100644 index 00000000..98396e2d --- /dev/null +++ b/include/wait.h @@ -0,0 +1,2 @@ +#warning redirecting incorrect #include <wait.h> to <sys/wait.h> +#include <sys/wait.h> |