summaryrefslogtreecommitdiff
path: root/lib/interception
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-02-07 09:03:01 +0000
committerAlexey Samsonov <samsonov@google.com>2013-02-07 09:03:01 +0000
commit92ce51e144b35970b6468f002f035562cb33b4bd (patch)
tree60925e295f175be4ad36676d6d7888a7203757b5 /lib/interception
parentf1e4bceafeec4bfe2f501d6c6535da18d485bf08 (diff)
[Sanitizer] include stddef.h for ptrdiff_t in interception type test
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@174597 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/interception')
-rw-r--r--lib/interception/interception_type_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/interception/interception_type_test.cc b/lib/interception/interception_type_test.cc
index 5656c25e4..f60e6728e 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 <stddef.h>
#include <stdint.h>
COMPILER_CHECK(sizeof(SIZE_T) == sizeof(size_t));