X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fcast%2F_info;h=b09e0344e49d6ee570e9b70dbbe98e75393d8847;hb=c7e55a1601a5754363ee095d8c3f04fbc8b11ff5;hp=d66e7091b42ccfc45a1d7c86c12b114f6b4b4d3a;hpb=dd0404162fd548cd1774943335560a2e58373914;p=ccan diff --git a/ccan/cast/_info b/ccan/cast/_info index d66e7091..b09e0344 100644 --- a/ccan/cast/_info +++ b/ccan/cast/_info @@ -1,5 +1,6 @@ -#include #include "config.h" +#include +#include /** * cast - routines for safer casting. @@ -19,7 +20,7 @@ * License: LGPL (v2.1 or any later version) * * Example: - * // Given "test" contains "3 t's in 'test string' + * // Given "test" output contains "3 t's in 'test string'" * #include * #include * #include