From 19e6ba690c7e9674dae006cfce89f638c8d8edab Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Wed, 4 Nov 2015 16:25:28 -0500 Subject: mydaemon.c: Removed a warning Commit 273b4647 introduced the following warning: mydaemon.c:125:2: warning: implicit declaration of function 'closelog' [-Wimplicit-function-declaration] Signed-off-by: Steve Dickson --- support/nfs/mydaemon.c | 1 + 1 file changed, 1 insertion(+) (limited to 'support/nfs/mydaemon.c') diff --git a/support/nfs/mydaemon.c b/support/nfs/mydaemon.c index 701cfd9..343e80b 100644 --- a/support/nfs/mydaemon.c +++ b/support/nfs/mydaemon.c @@ -49,6 +49,7 @@ #include #include #include +#include #include #include "nfslib.h" -- cgit