forked from OSchip/llvm-project
parent
21202ba8dd
commit
3ae9193371
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue