]> git.ozlabs.org Git - ccan/commitdiff
antithread: correctly list ccan/typesafe_cb as dependency.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 27 May 2014 10:58:34 +0000 (20:28 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 27 May 2014 11:08:29 +0000 (20:38 +0930)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/antithread/_info

index b4cf67fc8bfa559492fdc34f9147ad5aa744d686..ba6de000efa8c02b24211576da01ef37ca2dad62 100644 (file)
@@ -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;
        }