diff --git a/include/ntfs/types.h b/include/ntfs/types.h index ea156b27..0e214128 100644 --- a/include/ntfs/types.h +++ b/include/ntfs/types.h @@ -35,6 +35,10 @@ #include #endif +#ifdef __CHECKER__ +typedef int __attribute__((__mode__(__DI__))) int64_t; +#endif + typedef uint8_t u8; /* Unsigned types of an exact size */ typedef uint16_t u16; typedef uint32_t u32;