]> git.ozlabs.org Git - ccan/blobdiff - ccan/bytestring/_info
ccanlint: Move ccanlint test options from _info comments to code
[ccan] / ccan / bytestring / _info
index 32de954fc59561ac36aaa73499ce251642480fdb..34b0d1290c1e6bf7fb9035ea7d61ccc73b75120a 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * bytestring - simple bytestring handling
@@ -35,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;
        }