From: Alexey Samsonov Date: Thu, 7 Feb 2013 09:03:01 +0000 (+0000) Subject: [Sanitizer] include stddef.h for ptrdiff_t in interception type test X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b788512d1113e255b599dfb09b44743cbadaf244;p=platform%2Fupstream%2Fllvm.git [Sanitizer] include stddef.h for ptrdiff_t in interception type test llvm-svn: 174597 --- diff --git a/compiler-rt/lib/interception/interception_type_test.cc b/compiler-rt/lib/interception/interception_type_test.cc index 5656c25..f60e672 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 +#include #include COMPILER_CHECK(sizeof(SIZE_T) == sizeof(size_t));