summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ConnectionMachPort.cpp
diff options
context:
space:
mode:
authorCharles Davis <cdavis5x@gmail.com>2013-08-27 05:04:57 +0000
committerCharles Davis <cdavis5x@gmail.com>2013-08-27 05:04:57 +0000
commit510938e5283ac05b0b9fa52e0bd39695ca0f6531 (patch)
treed24d6641cc10cd002f530ffcbc285bfd26a1254d /lldb/source/Core/ConnectionMachPort.cpp
parent237ad9741a9b70dc984a4adecd85f68510263995 (diff)
downloadbcm5719-llvm-510938e5283ac05b0b9fa52e0bd39695ca0f6531.tar.gz
bcm5719-llvm-510938e5283ac05b0b9fa52e0bd39695ca0f6531.zip
Fix some names in the wake of my Mach-O changes to LLVM.
llvm-svn: 189317
Diffstat (limited to 'lldb/source/Core/ConnectionMachPort.cpp')
-rw-r--r--lldb/source/Core/ConnectionMachPort.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Core/ConnectionMachPort.cpp b/lldb/source/Core/ConnectionMachPort.cpp
index ca818d405a2..4a090dbe5ec 100644
--- a/lldb/source/Core/ConnectionMachPort.cpp
+++ b/lldb/source/Core/ConnectionMachPort.cpp
@@ -11,6 +11,7 @@
#include "lldb/Core/ConnectionMachPort.h"
// C Includes
+#include <mach/mach.h>
#include <servers/bootstrap.h>
// C++ Includes
OpenPOWER on IntegriCloud