diff options
Diffstat (limited to 'lldb/tools/lldb-mi/MIUtilDebug.cpp')
| -rw-r--r-- | lldb/tools/lldb-mi/MIUtilDebug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/lldb-mi/MIUtilDebug.cpp b/lldb/tools/lldb-mi/MIUtilDebug.cpp index 5a9e480ebcd..519fd950feb 100644 --- a/lldb/tools/lldb-mi/MIUtilDebug.cpp +++ b/lldb/tools/lldb-mi/MIUtilDebug.cpp @@ -9,7 +9,7 @@ // Third party headers: #ifdef _WIN32 -#include <Windows.h> +#include <windows.h> #endif // In-house headers: |

