[libsanitizer] Fix the Android build.

llvm-svn: 216885
This commit is contained in:
Alexander Potapenko 2014-09-01 15:38:16 +00:00
parent 21202ba8dd
commit 3ae9193371
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@
#include "sanitizer_atomic.h"
#include "sanitizer_symbolizer.h"
#if SANITIZER_ANDROID
#include <dlfcn.h> // for dlsym()
#endif
#include <pthread.h>
#include <signal.h>
#include <sys/resource.h>