X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftal%2F_info;h=5285c1632b403121a5e499efae30ab7eb7d561ef;hb=0ea6a2126c713207cb139d3329b15f0c9d735fbe;hp=853c69851ad5b9d7af8cdf3fd91d77304fc40248;hpb=5582b011948769779b0d839d35873c2bc557f9cb;p=ccan diff --git a/ccan/tal/_info b/ccan/tal/_info index 853c6985..5285c163 100644 --- a/ccan/tal/_info +++ b/ccan/tal/_info @@ -1,6 +1,6 @@ +#include "config.h" #include #include -#include "config.h" /** * tal - compact tree allocator routines (inspired by talloc) @@ -29,7 +29,7 @@ * Example: * #include * #include - * #include + * #include * * // A structure containing a popened command. * struct command { @@ -94,6 +94,7 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { + printf("ccan/alignof\n"); printf("ccan/compiler\n"); printf("ccan/likely\n"); printf("ccan/list\n");