> The standard header that defines "uint64_t" is <stdint.h>, but that isn't bring brought into scope in this case. > > Are we trying to protect against compilers that don't grok "unsigned long long"? we're trying to provide a "u_longlong_t" type for dtrace/zfs/ctf. i wonder how hard fixing upstream to use stdint.h types would be. .mrg.