Remove include of obsolete stropts.h header
authorEd Maste <emaste@freebsd.org>
Mon, 26 May 2014 14:04:29 +0000 (14:04 +0000)
committerEd Maste <emaste@freebsd.org>
Mon, 26 May 2014 14:04:29 +0000 (14:04 +0000)
The header is for POSIX streams functionality, and does not exist on
FreeBSD, OS X, or contemporary Linux distributions.

llvm-svn: 209632

lldb/tools/lldb-mi/MICmnStreamStdin.cpp

index 90e49bf..dd1b130 100644 (file)
@@ -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>