X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Flist%2F_info;h=c4f3e2a0acf21b32097cf5b3a9194361831d0a4b;hp=41a81fb57b5ce0dfe59d56957cce79ed7c113056;hb=a8722345053b7cd860499aa31fd6bb414c120cc8;hpb=7b1223717acffcdbbc7d0545cd3ce4a9935278ea diff --git a/ccan/list/_info b/ccan/list/_info index 41a81fb5..c4f3e2a0 100644 --- a/ccan/list/_info +++ b/ccan/list/_info @@ -1,6 +1,6 @@ +#include "config.h" #include #include -#include "config.h" /** * list - double linked list routines @@ -31,7 +31,7 @@ * { * struct parent p; * struct child *c; - * unsigned int i; + * int i; * * if (argc < 2) * errx(1, "Usage: %s parent children...", argv[0]); @@ -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; }