diff options
Diffstat (limited to 'tools/lldb-mi/MICmnStreamStdin.cpp')
| -rw-r--r-- | tools/lldb-mi/MICmnStreamStdin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lldb-mi/MICmnStreamStdin.cpp b/tools/lldb-mi/MICmnStreamStdin.cpp index 154519dbec4c..4d3fa2aabd96 100644 --- a/tools/lldb-mi/MICmnStreamStdin.cpp +++ b/tools/lldb-mi/MICmnStreamStdin.cpp @@ -11,7 +11,7 @@ #ifdef _MSC_VER #include <windows.h> #endif -#include <string.h> // For std::strerror() +#include <string.h> // In-house headers: #include "MICmnLog.h" |
