summaryrefslogtreecommitdiff
path: root/tools/lldb-mi/MICmnStreamStdin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lldb-mi/MICmnStreamStdin.cpp')
-rw-r--r--tools/lldb-mi/MICmnStreamStdin.cpp2
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"