提交 987bd94e 编写于 作者: N ngmr

7133301: (process) UNIXProcess_md.c should include sys/wait.h rather than wait.h

Reviewed-by: alanb
Contributed-by: NJonathan Lu <luchsh@linux.vnet.ibm.com>
上级 7f85e7fc
......@@ -40,7 +40,7 @@
#include <stdlib.h>
#include <sys/types.h>
#include <ctype.h>
#include <wait.h>
#include <sys/wait.h>
#include <signal.h>
#include <string.h>
#include <errno.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册