Commit 925a9a86 authored by Rusty Russell's avatar Rusty Russell

antithread: correctly list ccan/typesafe_cb as dependency.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent b7e88075
......@@ -96,6 +96,7 @@ int main(int argc, char *argv[])
printf("ccan/noerr\n");
printf("ccan/read_write_all\n"); /* For tests */
printf("ccan/talloc\n");
printf("ccan/typesafe_cb\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