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