diff --git a/types.h b/types.h index 6a172a3..3700d58 100644 --- a/types.h +++ b/types.h @@ -2,4 +2,4 @@ typedef std::basic_string ustring; typedef unsigned int uint; -typedef uint8_t u8; +typedef unsigned char u8;