X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fantithread%2F_info;h=7bde2018a025514aafd90e84b371aa1db03fa075;hb=d3d2242ba8d975f8d7ddaa0348953dfd6f45ffce;hp=ca8cd16c597b785733cac127d8316ab07d663f24;hpb=48b700953f9c856102e91596103238f5da9ea079;p=ccan diff --git a/ccan/antithread/_info b/ccan/antithread/_info index ca8cd16c..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" @@ -90,12 +90,13 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { - printf("ccan/alloc\n"); + printf("ccan/antithread/alloc\n"); printf("ccan/err\n"); printf("ccan/list\n"); printf("ccan/noerr\n"); printf("ccan/read_write_all\n"); /* For tests */ printf("ccan/talloc\n"); + printf("ccan/typesafe_cb\n"); return 0; }