Browse Source

tal/talloc: include all ccan dependencies.

ccanlint now detects more missing dependencies.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 11 years ago
parent
commit
cff3316c2f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      ccan/tal/talloc/_info

+ 3 - 0
ccan/tal/talloc/_info

@@ -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;
 	}