X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftal%2F_info;h=5285c1632b403121a5e499efae30ab7eb7d561ef;hb=0ea6a2126c713207cb139d3329b15f0c9d735fbe;hp=0d75f56e0ed6a7f975d39640402672a6868c69b9;hpb=4814c4c79cc00ba61f865075af9ca8f919f6f370;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 {