[compiler-rt] r174594 - [sanitizer] Add a missing header.
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Wed Feb 6 23:43:41 PST 2013
Author: eugenis
Date: Thu Feb 7 01:43:41 2013
New Revision: 174594
URL: http://llvm.org/viewvc/llvm-project?rev=174594&view=rev
Log:
[sanitizer] Add a missing header.
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=174594&r1=174593&r2=174594&view=diff
==============================================================================
--- compiler-rt/trunk/lib/interception/interception_type_test.cc (original)
+++ compiler-rt/trunk/lib/interception/interception_type_test.cc Thu Feb 7 01:43:41 2013
@@ -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));
More information about the llvm-commits
mailing list