From c2d3fd3aad854af2875cff412cf52cead0a83a51 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 1 Sep 2013 01:01:31 -0400 Subject: add workaround header for wait.h remapping to sys/wait.h --- include/wait.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 include/wait.h (limited to 'include/wait.h') 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 to +#include -- cgit v1.2.1