From 91f2ced8abbffdb0466989d2593e8b37107d57f4 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Fri, 11 Feb 2011 11:23:04 +1100 Subject: [PATCH] update include to match header name conforming to CCAN standard --- ccan/daemon-with-notify/_info | 2 +- ccan/daemon-with-notify/daemon-with-notify.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ccan/daemon-with-notify/_info b/ccan/daemon-with-notify/_info index 24f0cfe9..c5569205 100644 --- a/ccan/daemon-with-notify/_info +++ b/ccan/daemon-with-notify/_info @@ -16,7 +16,7 @@ * failing exit code and init scripts can pick this up easily. * * Example: - * #include + * #include * #include * #include * #include diff --git a/ccan/daemon-with-notify/daemon-with-notify.c b/ccan/daemon-with-notify/daemon-with-notify.c index 625d6557..03c6d380 100644 --- a/ccan/daemon-with-notify/daemon-with-notify.c +++ b/ccan/daemon-with-notify/daemon-with-notify.c @@ -38,7 +38,7 @@ #include #include -#include +#include void sigusr1_handler(int sig); -- 2.39.2