X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fforeach%2F_info;h=f1a3c01d0675078888808cd636cf2c75e6064309;hp=c49a9525d9cfc9261be3454f98125b7c8675bbfa;hb=74257cee33ae3033f961d5f22a0313b8cb1b18d4;hpb=776d740086ef279f35fb58a4b77b229f6dc1e332 diff --git a/ccan/foreach/_info b/ccan/foreach/_info index c49a9525..f1a3c01d 100644 --- a/ccan/foreach/_info +++ b/ccan/foreach/_info @@ -1,6 +1,6 @@ +#include "config.h" #include #include -#include "config.h" /** * foreach - macro for simple iteration of arrays @@ -10,7 +10,7 @@ * (ie. gcc), and not too bad (ie. a few compares and mallocs) for * other compilers. * - * License: LGPL (3 or any later version) + * License: LGPL (v3 or any later version) * Author: Rusty Russell * * Example: