diff --git a/src/core/types.h b/src/core/types.h index e2135df..80ac7a6 100644 --- a/src/core/types.h +++ b/src/core/types.h @@ -45,7 +45,7 @@ // standard TSS types //----------------------------------------------------------------------------- #if __cplusplus < 201103L -typedef unsigned char uint8_t +typedef unsigned char uint8_t; #endif typedef signed char int8;