X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftal%2F_info;h=5285c1632b403121a5e499efae30ab7eb7d561ef;hb=97ac5832db26f5f836fff979b08f01e17d7216bd;hp=0d75f56e0ed6a7f975d39640402672a6868c69b9;hpb=d61a0d6c2c9d2b385075338665d64ae1d1bbe3dc;p=ccan diff --git a/ccan/tal/_info b/ccan/tal/_info index 0d75f56e..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 {