[Lldb-commits] [lldb] r184744 - Use canonical termios.h location

Ed Maste emaste at freebsd.org
Mon Jun 24 08:03:16 PDT 2013


Author: emaste
Date: Mon Jun 24 10:03:16 2013
New Revision: 184744

URL: http://llvm.org/viewvc/llvm-project?rev=184744&view=rev
Log:
Use canonical termios.h location

Modified:
    lldb/trunk/source/Core/ConnectionFileDescriptor.cpp

Modified: lldb/trunk/source/Core/ConnectionFileDescriptor.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/ConnectionFileDescriptor.cpp?rev=184744&r1=184743&r2=184744&view=diff
==============================================================================
--- lldb/trunk/source/Core/ConnectionFileDescriptor.cpp (original)
+++ lldb/trunk/source/Core/ConnectionFileDescriptor.cpp Mon Jun 24 10:03:16 2013
@@ -25,7 +25,7 @@
 #include <netinet/tcp.h>
 #include <sys/socket.h>
 #include <sys/un.h>
-#include <sys/termios.h>
+#include <termios.h>
 #include <sys/types.h>
 #include <string.h>
 #include <stdlib.h>





More information about the lldb-commits mailing list