Add missing include for android-arm build
authorTamas Berghammer <tberghammer@google.com>
Thu, 16 Jul 2015 12:35:04 +0000 (12:35 +0000)
committerTamas Berghammer <tberghammer@google.com>
Thu, 16 Jul 2015 12:35:04 +0000 (12:35 +0000)
llvm-svn: 242396

lldb/source/Host/common/Socket.cpp

index 4be8b74..6620dab 100644 (file)
@@ -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__