From 1f3c2fee395abc36230c445e9ebdba55c4729d35 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Wed, 29 May 2013 09:15:39 +0000 Subject: Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching to a custom allocator. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@182836 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/msan/msan_report.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/msan/msan_report.cc') diff --git a/lib/msan/msan_report.cc b/lib/msan/msan_report.cc index 1212e9cf9..d8a699696 100644 --- a/lib/msan/msan_report.cc +++ b/lib/msan/msan_report.cc @@ -13,6 +13,7 @@ //===----------------------------------------------------------------------===// #include "msan.h" +#include "sanitizer_common/sanitizer_allocator_internal.h" #include "sanitizer_common/sanitizer_common.h" #include "sanitizer_common/sanitizer_flags.h" #include "sanitizer_common/sanitizer_mutex.h" -- cgit v1.2.3