diff options
author | Ed Maste <emaste@freebsd.org> | 2014-05-26 14:04:29 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2014-05-26 14:04:29 +0000 |
commit | 8c43ed45ef944aad3f768944d7089cd252c90f57 (patch) | |
tree | 796d290901806ee90c5512d11f545558c58bdb93 /lldb | |
parent | 4c433e5206756aad8f7d13d8d0183df24106ee80 (diff) | |
download | bcm5719-llvm-8c43ed45ef944aad3f768944d7089cd252c90f57.tar.gz bcm5719-llvm-8c43ed45ef944aad3f768944d7089cd252c90f57.zip |
Remove include of obsolete stropts.h header
The header is for POSIX streams functionality, and does not exist on
FreeBSD, OS X, or contemporary Linux distributions.
llvm-svn: 209632
Diffstat (limited to 'lldb')
-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> |