X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ffailtest%2F_info;h=dd90c3d9b26e1e222a99d6b25262079537385845;hp=d8b2a252b779a21451ba5f6c259e4e6dfdc21c36;hb=56023cca5f66a40646a1e807c3d10af6e5913623;hpb=9571a41e8494f3135557e3ec50c2de856392173e diff --git a/ccan/failtest/_info b/ccan/failtest/_info index d8b2a252..dd90c3d9 100644 --- a/ccan/failtest/_info +++ b/ccan/failtest/_info @@ -63,6 +63,8 @@ int main(int argc, char *argv[]) if (strcmp(argv[1], "depends") == 0) { printf("ccan/build_assert\n"); printf("ccan/compiler\n"); + printf("ccan/hash\n"); + printf("ccan/htable\n"); printf("ccan/read_write_all\n"); printf("ccan/str\n"); printf("ccan/time\n");