diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-08-19 22:45:01 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-08-19 22:45:01 +0000 |
commit | 2e8b57558df248e0a2f504cf5da51b0db33e05ae (patch) | |
tree | cb276a198f1ed688c786e1e77e59411f218e3bb6 /lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp | |
parent | 5b3275e56f3c8e1b3cbc15f3866d903b9275c132 (diff) | |
download | bcm5719-llvm-2e8b57558df248e0a2f504cf5da51b0db33e05ae.tar.gz bcm5719-llvm-2e8b57558df248e0a2f504cf5da51b0db33e05ae.zip |
Windows: Include "windows" Instead of "Windows"
The actual include directory is lldb/Host/windows not
lldb/Host/Windows which breaks on case sensitive file systems
Patch by Gwen Mittertreiner!
llvm-svn: 369307
Diffstat (limited to 'lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp b/lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp index 6fd72d675fb..91af4c8cd72 100644 --- a/lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp +++ b/lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp @@ -10,7 +10,7 @@ #include "NativeProcessWindows.h" #include "lldb/Host/HostThread.h" -#include "lldb/Host/Windows/HostThreadWindows.h" +#include "lldb/Host/windows/HostThreadWindows.h" #include "lldb/Host/windows/windows.h" #include "lldb/Target/Process.h" #include "lldb/Utility/Log.h" |