Apple specific fix for Host.cpp from Kirk Beitz.

llvm-svn: 124942
This commit is contained in:
Greg Clayton 2011-02-05 06:36:35 +00:00
parent 4c2c0fcb9f
commit 8442fba3b4
1 changed files with 1 additions and 2 deletions

View File

@ -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;