diff --git a/daemon/daemon.c b/daemon/daemon.c index 658e65dec..753ee76f8 100644 --- a/daemon/daemon.c +++ b/daemon/daemon.c @@ -56,6 +56,11 @@ #include #endif +#ifdef HAVE_TIME_H +#include +#endif +#include + #ifdef HAVE_NSS /* nss3 */ #include "nss.h"