]> git.ozlabs.org Git - ccan/blobdiff - ccan/list/_info
Enhance CCAN_LIST_DEBUG to report original caller
[ccan] / ccan / list / _info
index a30659c1cf694e0f1350ab9719f86c01b45a5c07..75e3837c488d9ad03a2d1c0c3aeafb7598c73c4d 100644 (file)
@@ -53,7 +53,7 @@
  *             return 0;
  *     }
  *
- * License: LGPL (v2.1 or any later version)
+ * License: BSD-MIT
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
@@ -62,7 +62,9 @@ int main(int argc, char *argv[])
                return 1;
 
        if (strcmp(argv[1], "depends") == 0) {
+               printf("ccan/str\n");
                printf("ccan/container_of\n");
+               printf("ccan/check_type\n");
                return 0;
        }