commit | 287531894a788a62da5f6378661c94ba590065bb | [log] [tgz] |
---|---|---|
author | Tamas Berghammer <tberghammer@google.com> | Thu Jul 16 12:35:04 2015 +0000 |
committer | Tamas Berghammer <tberghammer@google.com> | Thu Jul 16 12:35:04 2015 +0000 |
tree | fb4e7af666d46095c9f46d3be200791f60e95ca5 | |
parent | e1ea4e7d159edd6a2485f10ec89ff60118f5b0ce [diff] [blame] |
Add missing include for android-arm build llvm-svn: 242396
diff --git a/lldb/source/Host/common/Socket.cpp b/lldb/source/Host/common/Socket.cpp index 4be8b74..6620dab 100644 --- a/lldb/source/Host/common/Socket.cpp +++ b/lldb/source/Host/common/Socket.cpp
@@ -27,6 +27,7 @@ #if defined(ANDROID_ARM_BUILD_STATIC) #include <unistd.h> #include <sys/syscall.h> +#include <fcntl.h> #endif // ANDROID_ARM_BUILD_STATIC #endif // __ANDROID_NDK__