提交 c6c19c83 编写于 作者: J Jan-Erik Rediger

Include sys/wait.h to avoid compiler warning

gcc warned about an implicit declaration of function 'wait3'. 
Including this header fixes this.
上级 ed7b308c
......@@ -36,6 +36,7 @@
#include <ctype.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <sys/wait.h>
extern char **environ;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册