X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Flist%2F_info;h=60790a9903f084eb0492436a95dd097eefe67416;hb=c23a40c7f1ac9fad0146b46988a41f196aae933f;hp=41a81fb57b5ce0dfe59d56957cce79ed7c113056;hpb=7b1223717acffcdbbc7d0545cd3ce4a9935278ea;p=ccan diff --git a/ccan/list/_info b/ccan/list/_info index 41a81fb5..60790a99 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 @@ -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; }