Commit 487c0f04 authored by Stewart Smith's avatar Stewart Smith

use proper include path for daemon.h

parent 69bcc951
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
#include <unistd.h> #include <unistd.h>
#include <sys/select.h> #include <sys/select.h>
int daemonize(int nochdir, int noclose, int wait_sigusr1); #include <ccan/daemon-with-notify/daemon.h>
int daemon_is_ready(void);
void sigusr1_handler(int sig); void sigusr1_handler(int sig);
pid_t parent_pid; pid_t parent_pid;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment