Commit b7e88075 authored by Rusty Russell's avatar Rusty Russell

io: correctly list ccan/typesafe_cb as dependency.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 0b98a031
......@@ -141,6 +141,7 @@ int main(int argc, char *argv[])
return 1;
if (strcmp(argv[1], "depends") == 0) {
printf("ccan/typesafe_cb\n");
printf("ccan/time\n");
printf("ccan/timer\n");
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment