summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/wait.h2
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>