]> git.ozlabs.org Git - ccan/blobdiff - ccan/antithread/_info
antithread, failtest: use ccan/err instead of err.h.
[ccan] / ccan / antithread / _info
index 7811c638297df948fb102c0a883be44df4cfed59..ca8cd16c597b785733cac127d8316ab07d663f24 100644 (file)
@@ -81,7 +81,7 @@
  *             return 0;
  *     }
  *
- * Licence: GPL (3 or any later version)
+ * License: GPL (v3 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
@@ -90,10 +90,12 @@ int main(int argc, char *argv[])
                return 1;
 
        if (strcmp(argv[1], "depends") == 0) {
-               printf("ccan/talloc\n");
                printf("ccan/alloc\n");
+               printf("ccan/err\n");
+               printf("ccan/list\n");
                printf("ccan/noerr\n");
                printf("ccan/read_write_all\n"); /* For tests */
+               printf("ccan/talloc\n");
                return 0;
        }