From 3cd6ecda4a02e943934885910feeba957b730123 Mon Sep 17 00:00:00 2001 From: Jason Riedy Date: Tue, 23 Aug 2005 13:34:44 -0700 Subject: [PATCH] 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 --- daemon.c | 1 + 1 file changed, 1 insertion(+) 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 -- GitLab