diff options
Diffstat (limited to 'lib/zstd/common/mem.h')
| -rw-r--r-- | lib/zstd/common/mem.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/zstd/common/mem.h b/lib/zstd/common/mem.h index dcdd586a9fd9..1d9cc03924ca 100644 --- a/lib/zstd/common/mem.h +++ b/lib/zstd/common/mem.h @@ -30,6 +30,8 @@  *  Basic Types  *****************************************************************/  typedef uint8_t  BYTE; +typedef uint8_t  U8; +typedef int8_t   S8;  typedef uint16_t U16;  typedef int16_t  S16;  typedef uint32_t U32;  | 
