diff options
| author | Kostya Serebryany <kcc@google.com> | 2011-12-02 18:48:20 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2011-12-02 18:48:20 +0000 |
| commit | 196cd6af90b1609a2a7a5071bd9bb40bc66d74de (patch) | |
| tree | 76cb59a8e26523cf545358aaa7e9430c5374f5b6 | |
| parent | 2d27cdf621fc927d2718996e8e1be3b2083d3a3d (diff) | |
| download | bcm5719-llvm-196cd6af90b1609a2a7a5071bd9bb40bc66d74de.tar.gz bcm5719-llvm-196cd6af90b1609a2a7a5071bd9bb40bc66d74de.zip | |
[asan] quick fix for mac build
llvm-svn: 145692
| -rw-r--r-- | compiler-rt/lib/asan/asan_mac.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/lib/asan/asan_mac.cc b/compiler-rt/lib/asan/asan_mac.cc index c0e57439f15..22eba902f2e 100644 --- a/compiler-rt/lib/asan/asan_mac.cc +++ b/compiler-rt/lib/asan/asan_mac.cc @@ -24,6 +24,8 @@ #include <sys/mman.h> #include <unistd.h> +#include <new.h> + namespace __asan { extern dispatch_async_f_f real_dispatch_async_f; |

