X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb%2F_info;fp=ccan%2Ftdb%2F_info;h=8c1e5dc47459dcc2aa0093168ee849d5b1befbbf;hp=ec9654c6369399a37ea1f74a8eca405e947b9ab4;hb=c4c5fed020ba44b9930119672a36a1cb33aff090;hpb=8201ff8eec2f44e9612fea3ec280c8bd10b7300c;ds=sidebyside diff --git a/ccan/tdb/_info b/ccan/tdb/_info index ec9654c6..8c1e5dc4 100644 --- a/ccan/tdb/_info +++ b/ccan/tdb/_info @@ -73,6 +73,7 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { + printf("ccan/compiler\n"); printf("ccan/tally\n"); return 0; }