X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fbitmap%2F_info;h=2038058ff205846a4ce38ed2ca1f424ab60cac6c;hp=26214726f1dd6ac3ad8bb5e68106054ff978f811;hb=d49754643794fe396b868ef98706898088ab1e84;hpb=e0b9db615fab66e1b9236b0511dee948b8c4ece7 diff --git a/ccan/bitmap/_info b/ccan/bitmap/_info index 26214726..2038058f 100644 --- a/ccan/bitmap/_info +++ b/ccan/bitmap/_info @@ -23,6 +23,7 @@ int main(int argc, char *argv[]) if (strcmp(argv[1], "testdepends") == 0) { printf("ccan/array_size\n"); + printf("ccan/foreach\n"); return 0; }