X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fshort_types%2F_info;h=909e4e3aed0ea3f45a9e4ff3451cab1573791a61;hb=e92e2f65a9ae729a0c9805427da737ad936abddb;hp=1644b663336b5d605f8f3bf9fb5ef2538ad0b8a6;hpb=9e2c88b5b7b9b78aa16d4238ae297a0e388ffaae;p=ccan diff --git a/ccan/short_types/_info b/ccan/short_types/_info index 1644b663..909e4e3a 100644 --- a/ccan/short_types/_info +++ b/ccan/short_types/_info @@ -1,6 +1,6 @@ +#include "config.h" #include #include -#include "config.h" /** * short_types - shorter names for standard integer types @@ -9,8 +9,9 @@ * -- Linus Torvalds * * The short_types header provides for convenient abbreviations for the - * posixly-damned uint32_t types. It also provides be32/le32 for explicitly - * annotating types of specific endian. + * posixly-damned uint32_t types. If ccan/endian/endian.h is included, + * it also provides be32/le32 for explicitly annotating types of specific + * endian. * * Include this header, if only to stop people using these identifiers * for other things!