ccanlint now detects more missing dependencies. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
@@ -27,6 +27,9 @@ int main(int argc, char *argv[])
if (strcmp(argv[1], "depends") == 0) {
printf("ccan/take\n");
printf("ccan/typesafe_cb\n");
+ printf("ccan/compiler\n");
+ printf("ccan/likely\n");
+ printf("ccan/str\n");
printf("talloc\n");
return 0;
}