From: Rusty Russell Date: Tue, 27 May 2014 10:58:34 +0000 (+0930) Subject: antithread: correctly list ccan/typesafe_cb as dependency. X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=925a9a8646a2e23d4e9f4b8ce446b76f647f183f;hp=b7e880755a5fad76f876bec31d6eabd0c5284151 antithread: correctly list ccan/typesafe_cb as dependency. Signed-off-by: Rusty Russell --- diff --git a/ccan/antithread/_info b/ccan/antithread/_info index b4cf67fc..ba6de000 100644 --- a/ccan/antithread/_info +++ b/ccan/antithread/_info @@ -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; }