From: Stewart Smith Date: Fri, 11 Feb 2011 00:23:04 +0000 (+1100) Subject: update include to match header name conforming to CCAN standard X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=91f2ced8abbffdb0466989d2593e8b37107d57f4;hp=11bbae90af6ae612ee91d52cebdbb6f1b92239be update include to match header name conforming to CCAN standard --- 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);