]> git.ozlabs.org Git - ccan/blobdiff - ccan/daemon-with-notify/daemon-with-notify.c
update include to match header name conforming to CCAN standard
[ccan] / ccan / daemon-with-notify / daemon-with-notify.c
index 625d65579499b8786d8764f3de92d3ce7696ffb0..03c6d38002a70a5bac59fb67056b04459da25b7d 100644 (file)
@@ -38,7 +38,7 @@
 #include <unistd.h>
 #include <sys/select.h>
 
 #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);
 
 
 void sigusr1_handler(int sig);