提交 3cd6ecda 编写于 作者: J Jason Riedy

Include sys/time.h in daemon.c.

Some systems and feature levels want sys/time.h for fd_set
functionality.
Signed-off-by: NJason Riedy <ejr@cs.berkeley.edu>
上级 c7c81b3a
......@@ -3,6 +3,7 @@
#include <signal.h>
#include <sys/wait.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <netdb.h>
#include <netinet/in.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册