[asan] Add a missing include.

llvm-svn: 150382
This commit is contained in:
Evgeniy Stepanov 2012-02-13 12:37:56 +00:00
parent 450c123218
commit c5d845dc09
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#ifdef __linux__
#include <stddef.h> // for NULL
#include <dlfcn.h> // for dlsym
namespace __interception {