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