projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7e8807
)
antithread: correctly list ccan/typesafe_cb as dependency.
author
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 27 May 2014 10:58:34 +0000
(20:28 +0930)
committer
Rusty 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
patch
|
blob
|
history
diff --git
a/ccan/antithread/_info
b/ccan/antithread/_info
index b4cf67fc8bfa559492fdc34f9147ad5aa744d686..ba6de000efa8c02b24211576da01ef37ca2dad62 100644
(file)
--- 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;
}