forked from OSchip/llvm-project
[sanitizer] Fix build with Android NDK r8e.
llvm-svn: 182110
This commit is contained in:
parent
641b0b5a21
commit
bec53faad0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue