X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fcompulsory_tests%2Fcheck_includes_build.c;h=f50e54300940f7a54526ba0e7c9084de0ea05e96;hp=2962765a716f60f67861eca11d952ff987a8fa26;hb=6c579abb882331704795349a7d3c5797bc408562;hpb=357700fd05c2cf25563a0058fd68f2ffea827e74;ds=sidebyside diff --git a/tools/ccanlint/compulsory_tests/check_includes_build.c b/tools/ccanlint/compulsory_tests/check_includes_build.c index 2962765a..f50e5430 100644 --- a/tools/ccanlint/compulsory_tests/check_includes_build.c +++ b/tools/ccanlint/compulsory_tests/check_includes_build.c @@ -22,7 +22,7 @@ static const char *can_build(struct manifest *m) return NULL; } -static void *check_includes_build(struct manifest *m) +static void *check_includes_build(struct manifest *m, unsigned int *timeleft) { char *contents; char *tmpfile, *err;