diff options
| author | Haibo Huang <hhb@google.com> | 2019-08-06 18:20:43 +0000 |
|---|---|---|
| committer | Haibo Huang <hhb@google.com> | 2019-08-06 18:20:43 +0000 |
| commit | a63417fe6c8fca288db28c9dd77f8ca789627227 (patch) | |
| tree | 590e09a9b2be299ecb8f7472b632a7f1352dadb1 /lldb/source/Host/windows | |
| parent | c10180ed8ed9c5d8071eb575c0eaa119d517cc85 (diff) | |
| download | bcm5719-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.cpp | 1 |
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> |

