]> git.ozlabs.org Git - ccan/blobdiff - ccan/antithread/_info
antithread, failtest: use ccan/err instead of err.h.
[ccan] / ccan / antithread / _info
index a6899c43c053d1525ea8c6a2bfeaa7a6518a66ee..ca8cd16c597b785733cac127d8316ab07d663f24 100644 (file)
@@ -81,7 +81,7 @@
  *             return 0;
  *     }
  *
- * License: 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[])
@@ -91,6 +91,7 @@ int main(int argc, char *argv[])
 
        if (strcmp(argv[1], "depends") == 0) {
                printf("ccan/alloc\n");
+               printf("ccan/err\n");
                printf("ccan/list\n");
                printf("ccan/noerr\n");
                printf("ccan/read_write_all\n"); /* For tests */