Commit 91f2ced8 authored by Stewart Smith's avatar Stewart Smith

update include to match header name conforming to CCAN standard

parent 11bbae90
......@@ -16,7 +16,7 @@
* failing exit code and init scripts can pick this up easily.
*
* Example:
* #include <ccan/daemon-with-notify/daemon.h>
* #include <ccan/daemon-with-notify/daemon-with-notify.h>
* #include <ccan/str/str.h>
* #include <err.h>
* #include <unistd.h>
......
......@@ -38,7 +38,7 @@
#include <unistd.h>
#include <sys/select.h>
#include <ccan/daemon-with-notify/daemon.h>
#include <ccan/daemon-with-notify/daemon-with-notify.h>
void sigusr1_handler(int sig);
......
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