From 487c0f04ecc9b6dc9b9fd9528cbf02b79d9f92b7 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Fri, 11 Feb 2011 11:13:37 +1100 Subject: [PATCH] use proper include path for daemon.h --- ccan/daemon-with-notify/daemon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccan/daemon-with-notify/daemon.c b/ccan/daemon-with-notify/daemon.c index 99f7125b..d730c3d0 100644 --- a/ccan/daemon-with-notify/daemon.c +++ b/ccan/daemon-with-notify/daemon.c @@ -38,8 +38,8 @@ #include #include -int daemonize(int nochdir, int noclose, int wait_sigusr1); -int daemon_is_ready(void); +#include + void sigusr1_handler(int sig); pid_t parent_pid; -- 2.39.2