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