From 925a9a8646a2e23d4e9f4b8ce446b76f647f183f Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 27 May 2014 20:28:34 +0930 Subject: [PATCH 1/1] antithread: correctly list ccan/typesafe_cb as dependency. Signed-off-by: Rusty Russell --- ccan/antithread/_info | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.2