X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fautodata%2Fautodata.h;fp=ccan%2Fautodata%2Fautodata.h;h=c9d774b982ee74256eb898917ed365ba1c7ac62d;hb=3db2dce0d4b266b13a0e58fc8583e66177ed4555;hp=d16c6a5c465311a05d3810378892a768549ca357;hpb=41c9a8d6300060fb26d664e674d8e2f3e245cd95;p=ccan diff --git a/ccan/autodata/autodata.h b/ccan/autodata/autodata.h index d16c6a5c..c9d774b9 100644 --- a/ccan/autodata/autodata.h +++ b/ccan/autodata/autodata.h @@ -16,6 +16,8 @@ * autodata functions in the file. * * Example: + * #include + * * // My set of char pointers. * AUTODATA_TYPE(names, char); */