forked from OSchip/llvm-project
Apple specific fix for Host.cpp from Kirk Beitz.
llvm-svn: 124942
This commit is contained in:
parent
4c2c0fcb9f
commit
8442fba3b4
|
@ -19,13 +19,12 @@
|
|||
|
||||
#include <dlfcn.h>
|
||||
#include <errno.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
#if defined (__APPLE__)
|
||||
#include <dispatch/dispatch.h>
|
||||
#include <libproc.h>
|
||||
#include <mach-o/dyld.h>
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
|
||||
using namespace lldb;
|
||||
|
|
Loading…
Reference in New Issue