From 309eaa2bc4f9367cb1ca6ec91b583a7a6cabf079 Mon Sep 17 00:00:00 2001 From: Ethan Jackson Date: Thu, 14 Oct 2010 22:59:11 +0000 Subject: [PATCH] lib: Remove warnings in daemon.c On some platforms compilation of daemon.c results in implicit declaration of function fstat and stat warnings. --- lib/daemon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/daemon.c b/lib/daemon.c index bbcfe6af..bc28973f 100644 --- a/lib/daemon.c +++ b/lib/daemon.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include "command-line.h" #include "fatal-signal.h" -- 2.30.2