X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fantithread%2F_info;h=7bde2018a025514aafd90e84b371aa1db03fa075;hb=4eb5f52c94d6c32f1b8347ee599906d60239e0d4;hp=b4cf67fc8bfa559492fdc34f9147ad5aa744d686;hpb=d379e0ae835bdd047a5d277f7ded41f180134e27;p=ccan diff --git a/ccan/antithread/_info b/ccan/antithread/_info index b4cf67fc..7bde2018 100644 --- a/ccan/antithread/_info +++ b/ccan/antithread/_info @@ -1,6 +1,6 @@ +#include "config.h" #include #include -#include "config.h" /** * antithread - Accelerated Native Technology Implementation of "threads" @@ -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; }