X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftal%2Ftalloc%2F_info;h=00241aa62fa0c0cf5db038f11817a23ca828cf7d;hp=cf01d6cc88a16088fcba229c44f3bbcd44a743d7;hb=291237b4fed863be74051274ac5ad9920cb33cc3;hpb=d61a0d6c2c9d2b385075338665d64ae1d1bbe3dc diff --git a/ccan/tal/talloc/_info b/ccan/tal/talloc/_info index cf01d6cc..00241aa6 100644 --- a/ccan/tal/talloc/_info +++ b/ccan/tal/talloc/_info @@ -1,6 +1,6 @@ +#include "config.h" #include #include -#include "config.h" /** * tal/talloc - an implementation of the tal interface in terms of talloc. @@ -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; }