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