diff options
-rw-r--r-- | lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp b/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp index e93bf464820..97467437a3f 100644 --- a/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp +++ b/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp @@ -12,7 +12,7 @@ // C Includes #include <stdio.h> #if defined (_WIN32) -#include "lldb/Host/windows/Windows.h" +#include "lldb/Host/windows/windows.h" #include <winsock2.h> #endif |