From: Stewart Smith Date: Fri, 11 Feb 2011 00:13:37 +0000 (+1100) Subject: use proper include path for daemon.h X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=487c0f04ecc9b6dc9b9fd9528cbf02b79d9f92b7 use proper include path for daemon.h --- 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;