X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftalloc%2F_info;h=182299eaed2554910090892b9e3a63bfb5d1b867;hb=b52bd763948edd051b769e249c4580352f0057ab;hp=b229ba2583b1001ce2569919cbb1b2d84be8eeb5;hpb=07a9a950734c34be120491861647ace5a37d4c89;p=ccan diff --git a/ccan/talloc/_info b/ccan/talloc/_info index b229ba25..182299ea 100644 --- a/ccan/talloc/_info +++ b/ccan/talloc/_info @@ -1,6 +1,6 @@ +#include "config.h" #include #include -#include "config.h" /** * talloc - tree allocator routines @@ -100,6 +100,10 @@ int main(int argc, char *argv[]) if (strcmp(argv[1], "depends") == 0) { printf("ccan/compiler\n"); printf("ccan/typesafe_cb\n"); + return 0; + } + + if (strcmp(argv[1], "testdepends") == 0) { printf("ccan/failtest\n"); return 0; }