From: Ed Catmur Gentoo-Bug: 229653 X-Gentoo-URL: http://bugs.gentoo.org/show_bug.cgi?id=229653 X-Gentoo-URL: http://bugs.gentoo.org/attachment.cgi?id=158565&action=view Signed-off-by: Robin H. Johnson For uint64_t to be available, must be included: http://www.opengroup.org/onlinepubs/009695399/basedefs/stdint.h.html --- a/include/sg_cmds_basic.h +++ b/include/sg_cmds_basic.h @@ -30,6 +30,8 @@ * */ +#include + #ifdef __cplusplus extern "C" { #endif --- a/include/sg_cmds_extra.h +++ b/include/sg_cmds_extra.h @@ -30,6 +30,8 @@ * */ +#include + #ifdef __cplusplus extern "C" { #endif