[sanitizer] Add a missing header.


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@174594 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/interception/interception_type_test.cc b/lib/interception/interception_type_test.cc
index c26df4f..5656c25 100644
--- a/lib/interception/interception_type_test.cc
+++ b/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));