X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftalloc%2F_info;h=339f5bccf887acc8fe52148a9487960675a179b3;hp=ed1a5dda44fc7d18faa43c874ef1f840db3d0e3c;hb=c4c5fed020ba44b9930119672a36a1cb33aff090;hpb=8201ff8eec2f44e9612fea3ec280c8bd10b7300c diff --git a/ccan/talloc/_info b/ccan/talloc/_info index ed1a5dda..339f5bcc 100644 --- a/ccan/talloc/_info +++ b/ccan/talloc/_info @@ -97,6 +97,7 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { + printf("ccan/compiler\n"); printf("ccan/typesafe_cb\n"); return 0; }