summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/POSIX
diff options
context:
space:
mode:
authorVince Harron <vince@nethacker.com>2015-05-12 01:10:56 +0000
committerVince Harron <vince@nethacker.com>2015-05-12 01:10:56 +0000
commit8b33567189ea25fbdd454d9c4cc75cb2850a821f (patch)
tree1f16337a50f4a62cd82d8961ee311390a9a10614 /lldb/source/Plugins/Process/POSIX
parent7b6c0e02acd94ece5b3d6674a1c397adf7f9d7b3 (diff)
downloadbcm5719-llvm-8b33567189ea25fbdd454d9c4cc75cb2850a821f.tar.gz
bcm5719-llvm-8b33567189ea25fbdd454d9c4cc75cb2850a821f.zip
Get lldb-server building on android-9
Build lldb-server with an android-9 sysroot. llvm-svn: 237078
Diffstat (limited to 'lldb/source/Plugins/Process/POSIX')
-rw-r--r--lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp b/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
index 798818b7d11..09f72cbde97 100644
--- a/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
+++ b/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
@@ -33,6 +33,8 @@
#include "Plugins/Process/Linux/ProcessMonitor.h"
#include "POSIXThread.h"
+#include "lldb/Host/posix/Fcntl.h"
+
using namespace lldb;
using namespace lldb_private;
OpenPOWER on IntegriCloud