From 3cd6ecda4a02e943934885910feeba957b730123 Mon Sep 17 00:00:00 2001 From: Jason Riedy Date: Tue, 23 Aug 2005 13:34:44 -0700 Subject: 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 diff --git a/daemon.c b/daemon.c index 932d908..fb3f25c 100644 --- a/daemon.c +++ b/daemon.c @@ -3,6 +3,7 @@ #include #include #include +#include #include #include -- cgit v0.10.2-6-g49f6