]> git.ozlabs.org Git - ccan/blobdiff - ccan/tal/talloc/_info
tal/talloc: include all ccan dependencies.
[ccan] / 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;
        }