forked from OSchip/llvm-project
Include sanitizer_posix.h to try to fix the mac build
Linux must pick it up transitively. llvm-svn: 244645
This commit is contained in:
parent
1bfe6c9932
commit
0e58a9d82b
|
@ -20,6 +20,7 @@
|
|||
#include "sanitizer_internal_defs.h"
|
||||
#include "sanitizer_linux.h"
|
||||
#include "sanitizer_placement_new.h"
|
||||
#include "sanitizer_posix.h"
|
||||
#include "sanitizer_procmaps.h"
|
||||
#include "sanitizer_symbolizer_internal.h"
|
||||
#include "sanitizer_symbolizer_libbacktrace.h"
|
||||
|
|
Loading…
Reference in New Issue