X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fbitmap%2F_info;h=b8d297d168d800535beb85c5409c512167bcf038;hb=7a353c03e5e8cdd55cbc0917f9ecff5cf9beefdb;hp=058f8bb2478907f77304c1729e1b5f62c7ab44c9;hpb=ba88f53bc56206c7eccac7eac20447e19c34c024;p=ccan diff --git a/ccan/bitmap/_info b/ccan/bitmap/_info index 058f8bb2..b8d297d1 100644 --- a/ccan/bitmap/_info +++ b/ccan/bitmap/_info @@ -1,5 +1,6 @@ -#include #include "config.h" +#include +#include /** * bitmap - bitmap handling @@ -17,11 +18,13 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { + printf("ccan/endian\n"); return 0; } if (strcmp(argv[1], "testdepends") == 0) { printf("ccan/array_size\n"); + printf("ccan/foreach\n"); return 0; }