diff options
author | Ed Maste <emaste@freebsd.org> | 2013-06-24 15:03:16 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2013-06-24 15:03:16 +0000 |
commit | da9f9ae7d4ced8f57513eb7e6b163df970150db7 (patch) | |
tree | 1ac67b758212ff8693d81a6ef72bfa1630afeb2a /lldb/source/Core/ConnectionFileDescriptor.cpp | |
parent | 36da85486a1e1185d925ab3d205b857785446a63 (diff) | |
download | bcm5719-llvm-da9f9ae7d4ced8f57513eb7e6b163df970150db7.tar.gz bcm5719-llvm-da9f9ae7d4ced8f57513eb7e6b163df970150db7.zip |
Use canonical termios.h location
llvm-svn: 184744
Diffstat (limited to 'lldb/source/Core/ConnectionFileDescriptor.cpp')
-rw-r--r-- | lldb/source/Core/ConnectionFileDescriptor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/ConnectionFileDescriptor.cpp b/lldb/source/Core/ConnectionFileDescriptor.cpp index 075d4401704..e320bda2fcd 100644 --- a/lldb/source/Core/ConnectionFileDescriptor.cpp +++ b/lldb/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> |