diff options
Diffstat (limited to 'compiler-rt/lib/interception')
-rw-r--r-- | compiler-rt/lib/interception/interception_type_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/interception/interception_type_test.cc b/compiler-rt/lib/interception/interception_type_test.cc index c26df4f411d..5656c25e429 100644 --- a/compiler-rt/lib/interception/interception_type_test.cc +++ b/compiler-rt/lib/interception/interception_type_test.cc @@ -16,6 +16,7 @@ #include "interception.h" #include <sys/types.h> +#include <stdint.h> COMPILER_CHECK(sizeof(SIZE_T) == sizeof(size_t)); COMPILER_CHECK(sizeof(SSIZE_T) == sizeof(ssize_t)); |