diff options
-rw-r--r-- | lldb/tools/lldb-mi/MICmnStreamStdin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/tools/lldb-mi/MICmnStreamStdin.cpp b/lldb/tools/lldb-mi/MICmnStreamStdin.cpp index 90e49bfae22..dd1b1301d90 100644 --- a/lldb/tools/lldb-mi/MICmnStreamStdin.cpp +++ b/lldb/tools/lldb-mi/MICmnStreamStdin.cpp @@ -23,7 +23,6 @@ #if !defined( _MSC_VER ) #include <sys/select.h> #include <termios.h> -#include <stropts.h> #else #include <stdio.h> #include <Windows.h> |