[asan] quick fix for mac build

llvm-svn: 145692
This commit is contained in:
Kostya Serebryany 2011-12-02 18:48:20 +00:00
parent 2d27cdf621
commit 196cd6af90
1 changed files with 2 additions and 0 deletions

View File

@ -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;