]> git.ozlabs.org Git - ccan/commitdiff
tal/talloc: include all ccan dependencies.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 10 Jun 2014 05:09:34 +0000 (14:39 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 10 Jun 2014 05:09:34 +0000 (14:39 +0930)
ccanlint now detects more missing dependencies.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/tal/talloc/_info

index cf01d6cc88a16088fcba229c44f3bbcd44a743d7..9b1544d0885721d5ea496005f6369d40534b5280 100644 (file)
@@ -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;
        }