]> git.ozlabs.org Git - ccan/blobdiff - ccan/bytestring/_info
Makefile: fix random pattern hack.
[ccan] / ccan / bytestring / _info
index 5b0849162cab922fe5151c26573e277339556b18..34b0d1290c1e6bf7fb9035ea7d61ccc73b75120a 100644 (file)
@@ -1,5 +1,6 @@
-#include <string.h>
 #include "config.h"
+#include <stdio.h>
+#include <string.h>
 
 /**
  * bytestring - simple bytestring handling
@@ -34,6 +35,8 @@ int main(int argc, char *argv[])
 
        if (strcmp(argv[1], "depends") == 0) {
                printf("ccan/array_size\n");
+               printf("ccan/mem\n");
+               printf("ccan/compiler\n");
                return 0;
        }