projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7c81b3
)
Include sys/time.h in daemon.c.
author
Jason Riedy
<ejr@cs.berkeley.edu>
Tue, 23 Aug 2005 20:34:44 +0000
(13:34 -0700)
committer
Jason Riedy
<ejr@cs.berkeley.edu>
Wed, 24 Aug 2005 03:41:12 +0000
(20:41 -0700)
Some systems and feature levels want sys/time.h for fd_set
functionality.
Signed-off-by: Jason Riedy <ejr@cs.berkeley.edu>
daemon.c
patch
|
blob
|
history
diff --git
a/daemon.c
b/daemon.c
index
932d908
..
fb3f25c
100644
(file)
--- a/
daemon.c
+++ b/
daemon.c
@@
-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>