]> git.ozlabs.org Git - ccan/blobdiff - ccan/str_talloc/_info
talloc: allow replacement allocator
[ccan] / ccan / str_talloc / _info
index 4f093bc4c06af175337bad7b0f367c94958ba5fe..f6214ce79fe09f566dc52296834c865f6953d277 100644 (file)
@@ -35,7 +35,7 @@
  *             return 0;
  *     }
  *
- * Licence: LGPL (2 or any later version)
+ * License: LGPL (2 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
@@ -44,6 +44,7 @@ int main(int argc, char *argv[])
                return 1;
 
        if (strcmp(argv[1], "depends") == 0) {
+               printf("ccan/str\n");
                printf("ccan/talloc\n");
                printf("ccan/noerr\n");
                return 0;