[Lldb-commits] [PATCH] Use non-obsolete location for termios.h
Ed Maste
emaste at freebsd.org
Wed Jun 19 06:45:01 PDT 2013
---
source/Core/ConnectionFileDescriptor.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/Core/ConnectionFileDescriptor.cpp b/source/Core/ConnectionFileDescriptor.cpp
index 075d440..e320bda 100644
--- a/source/Core/ConnectionFileDescriptor.cpp
+++ b/source/Core/ConnectionFileDescriptor.cpp
@@ -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>
--
1.7.11.5
More information about the lldb-commits
mailing list