X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Flist%2F_info;fp=ccan%2Flist%2F_info;h=75e3837c488d9ad03a2d1c0c3aeafb7598c73c4d;hp=41a81fb57b5ce0dfe59d56957cce79ed7c113056;hb=ecf907f7e6b41ba69a10b20b2cb5743ed9cdf919;hpb=b989e06c093fb7a2befae277f684fa75b64b9ef5 diff --git a/ccan/list/_info b/ccan/list/_info index 41a81fb5..75e3837c 100644 --- a/ccan/list/_info +++ b/ccan/list/_info @@ -62,7 +62,9 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { + printf("ccan/str\n"); printf("ccan/container_of\n"); + printf("ccan/check_type\n"); return 0; }