forked from OSchip/llvm-project
Fix building sanitizer_linux_libcdep.cc on FreeBSD
Differential Revision: http://reviews.llvm.org/D5166 llvm-svn: 217148
This commit is contained in:
parent
ed39f58390
commit
3c821c0200
|
@ -25,7 +25,7 @@
|
|||
#include "sanitizer_atomic.h"
|
||||
#include "sanitizer_symbolizer.h"
|
||||
|
||||
#if SANITIZER_ANDROID
|
||||
#if SANITIZER_ANDROID || SANITIZER_FREEBSD
|
||||
#include <dlfcn.h> // for dlsym()
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue