summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/windows
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-08-06 18:20:43 +0000
committerHaibo Huang <hhb@google.com>2019-08-06 18:20:43 +0000
commita63417fe6c8fca288db28c9dd77f8ca789627227 (patch)
tree590e09a9b2be299ecb8f7472b632a7f1352dadb1 /lldb/source/Host/windows
parentc10180ed8ed9c5d8071eb575c0eaa119d517cc85 (diff)
downloadbcm5719-llvm-a63417fe6c8fca288db28c9dd77f8ca789627227.tar.gz
bcm5719-llvm-a63417fe6c8fca288db28c9dd77f8ca789627227.zip
Various build fixes for lldb on MinGW
Subscribers: mstorsjo, lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D65691 llvm-svn: 368069
Diffstat (limited to 'lldb/source/Host/windows')
-rw-r--r--lldb/source/Host/windows/FileSystem.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Host/windows/FileSystem.cpp b/lldb/source/Host/windows/FileSystem.cpp
index 04dba447629..310bf8f074f 100644
--- a/lldb/source/Host/windows/FileSystem.cpp
+++ b/lldb/source/Host/windows/FileSystem.cpp
@@ -8,6 +8,7 @@
#include "lldb/Host/windows/windows.h"
+#include <share.h>
#include <shellapi.h>
#include <sys/stat.h>
#include <sys/types.h>
OpenPOWER on IntegriCloud