diff options
-rw-r--r-- | compiler-rt/lib/profile/InstrProfiling.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/lib/profile/InstrProfiling.h b/compiler-rt/lib/profile/InstrProfiling.h index 99c22aff6a8..e023022f4f7 100644 --- a/compiler-rt/lib/profile/InstrProfiling.h +++ b/compiler-rt/lib/profile/InstrProfiling.h @@ -22,6 +22,8 @@ * FreeBSD 10, r232261) when compiled in 32-bit mode. */ #define PRIu64 "llu" +typedef unsigned char uint8_t; +typedef unsigned short uint16_t; typedef unsigned int uint32_t; typedef unsigned long long uint64_t; typedef uint32_t uintptr_t; |