]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/_info
ccan/io: timer support.
[ccan] / ccan / io / _info
index f494c124ead964cff335f446123fe879ad19ec4c..d596b4deb11d401b40b3d2210eab80c8ceedff69 100644 (file)
  *     return WIFEXITED(status) ? WEXITSTATUS(status) : 2;
  * }
  *
- * License: BSD-MIT
+ * License: LGPL (v2.1 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {
@@ -167,6 +168,8 @@ int main(int argc, char *argv[])
                return 1;
 
        if (strcmp(argv[1], "depends") == 0) {
+               printf("ccan/time\n");
+               printf("ccan/timer\n");
                return 0;
        }