From: Jason Riedy Date: Tue, 23 Aug 2005 20:34:44 +0000 (-0700) Subject: Include sys/time.h in daemon.c. X-Git-Tag: v0.99.6~65^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3cd6ecda4a02e943934885910feeba957b730123?hp=--cc Include sys/time.h in daemon.c. Some systems and feature levels want sys/time.h for fd_set functionality. Signed-off-by: Jason Riedy --- 3cd6ecda4a02e943934885910feeba957b730123 diff --git a/daemon.c b/daemon.c index 932d908bad..fb3f25c486 100644 --- a/daemon.c +++ b/daemon.c @@ -3,6 +3,7 @@ #include #include #include +#include #include #include