浏览代码

add workaround header for wait.h remapping to sys/wait.h

Rich Felker 11 年之前
父节点
当前提交
c2d3fd3aad
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/wait.h

+ 2 - 0
include/wait.h

@@ -0,0 +1,2 @@
+#warning redirecting incorrect #include <wait.h> to <sys/wait.h>
+#include <sys/wait.h>