From 2e8b57558df248e0a2f504cf5da51b0db33e05ae Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Mon, 19 Aug 2019 22:45:01 +0000 Subject: 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 --- lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp') 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" -- cgit v1.2.3