]> git.ozlabs.org Git - ccan/blobdiff - ccan/bitmap/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / bitmap / _info
index 058f8bb2478907f77304c1729e1b5f62c7ab44c9..b8d297d168d800535beb85c5409c512167bcf038 100644 (file)
@@ -1,5 +1,6 @@
-#include <string.h>
 #include "config.h"
+#include <stdio.h>
+#include <string.h>
 
 /**
  * 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;
         }