aboutsummaryrefslogtreecommitdiff
path: root/musl/wait.h
diff options
context:
space:
mode:
Diffstat (limited to 'musl/wait.h')
-rw-r--r--musl/wait.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/musl/wait.h b/musl/wait.h
new file mode 100644
index 0000000..98396e2
--- /dev/null
+++ b/musl/wait.h
@@ -0,0 +1,2 @@
+#warning redirecting incorrect #include <wait.h> to <sys/wait.h>
+#include <sys/wait.h>