Browse Source

antithread: correctly list ccan/typesafe_cb as dependency.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 11 years ago
parent
commit
925a9a8646
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ccan/antithread/_info

+ 1 - 0
ccan/antithread/_info

@@ -96,6 +96,7 @@ int main(int argc, char *argv[])
 		printf("ccan/noerr\n");
 		printf("ccan/noerr\n");
 		printf("ccan/read_write_all\n"); /* For tests */
 		printf("ccan/read_write_all\n"); /* For tests */
 		printf("ccan/talloc\n");
 		printf("ccan/talloc\n");
+		printf("ccan/typesafe_cb\n");
 		return 0;
 		return 0;
 	}
 	}