X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fnoerr%2F_info.c;h=fee413d3bbc90b23a756bc3a1b7eefb8a1c019e0;hp=96fbbcd133497cac43e1a02a12c79a23793cd891;hb=3404ba2a1b34e766628d5b9febf401011aa6753f;hpb=650c775ff00cccd03fc84e7789a03c51d9839004 diff --git a/ccan/noerr/_info.c b/ccan/noerr/_info.c index 96fbbcd1..fee413d3 100644 --- a/ccan/noerr/_info.c +++ b/ccan/noerr/_info.c @@ -14,6 +14,10 @@ * #include * #include * #include + * #include + * #include + * #include + * #include * * bool write_string_to_file(const char *file, const char *string) * { @@ -40,6 +44,8 @@ * } * return true; * } + * + * Licence: LGPL (2 or any later version) */ int main(int argc, char *argv[]) {