[compiler-rt] r174597 - [Sanitizer] include stddef.h for ptrdiff_t in interception type test
Alexey Samsonov
samsonov at google.com
Thu Feb 7 01:03:01 PST 2013
Author: samsonov
Date: Thu Feb 7 03:03:01 2013
New Revision: 174597
URL: http://llvm.org/viewvc/llvm-project?rev=174597&view=rev
Log:
[Sanitizer] include stddef.h for ptrdiff_t in interception type test
Modified:
compiler-rt/trunk/lib/interception/interception_type_test.cc
Modified: compiler-rt/trunk/lib/interception/interception_type_test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/interception/interception_type_test.cc?rev=174597&r1=174596&r2=174597&view=diff
==============================================================================
--- compiler-rt/trunk/lib/interception/interception_type_test.cc (original)
+++ compiler-rt/trunk/lib/interception/interception_type_test.cc Thu Feb 7 03:03:01 2013
@@ -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));
More information about the llvm-commits
mailing list