[sanitizer] Fix build with Android NDK r8e.

llvm-svn: 182110
This commit is contained in:
Evgeniy Stepanov 2013-05-17 15:22:32 +00:00
parent 641b0b5a21
commit bec53faad0
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@
#include "sanitizer_placement_new.h"
#include "sanitizer_symbolizer.h"
// Android NDK r8e elf.h depends on stdint.h without including the latter.
#include <stdint.h>
#include <elf.h>
#include <errno.h>
#include <poll.h>