[Lldb-commits] [lldb] r124942 - /lldb/trunk/source/Host/common/Host.cpp
Greg Clayton
gclayton at apple.com
Fri Feb 4 22:36:35 PST 2011
Author: gclayton
Date: Sat Feb 5 00:36:35 2011
New Revision: 124942
URL: http://llvm.org/viewvc/llvm-project?rev=124942&view=rev
Log:
Apple specific fix for Host.cpp from Kirk Beitz.
Modified:
lldb/trunk/source/Host/common/Host.cpp
Modified: lldb/trunk/source/Host/common/Host.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/common/Host.cpp?rev=124942&r1=124941&r2=124942&view=diff
==============================================================================
--- lldb/trunk/source/Host/common/Host.cpp (original)
+++ lldb/trunk/source/Host/common/Host.cpp Sat Feb 5 00:36:35 2011
@@ -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;
More information about the lldb-commits
mailing list