[Sanitizer] include stddef.h for ptrdiff_t in interception type test
authorAlexey Samsonov <samsonov@google.com>
Thu, 7 Feb 2013 09:03:01 +0000 (09:03 +0000)
committerAlexey Samsonov <samsonov@google.com>
Thu, 7 Feb 2013 09:03:01 +0000 (09:03 +0000)
llvm-svn: 174597

compiler-rt/lib/interception/interception_type_test.cc

index 5656c25..f60e672 100644 (file)
@@ -16,6 +16,7 @@
 
 #include "interception.h"
 #include <sys/types.h>
+#include <stddef.h>
 #include <stdint.h>
 
 COMPILER_CHECK(sizeof(SIZE_T) == sizeof(size_t));