diff options
author | Stephen Wilson <wilsons@start.ca> | 2011-02-16 05:36:26 +0000 |
---|---|---|
committer | Stephen Wilson <wilsons@start.ca> | 2011-02-16 05:36:26 +0000 |
commit | dd9ec590c6030c8bc1a7bd079b48057403298505 (patch) | |
tree | cc85996bdd88f98ebaec8df6aec1e78a9748ef78 /lldb/source/Core/ConnectionFileDescriptor.cpp | |
parent | de049291fd61de27203fef51975e025040c362f2 (diff) | |
download | bcm5719-llvm-dd9ec590c6030c8bc1a7bd079b48057403298505.tar.gz bcm5719-llvm-dd9ec590c6030c8bc1a7bd079b48057403298505.zip |
Expose includes for the socket layer on all platforms.
This patch reverts a portion of r125199 to allow the tree to build again on
linux. The specific mingw issues that revision intended to address can be
sorted out at a later time.
llvm-svn: 125655
Diffstat (limited to 'lldb/source/Core/ConnectionFileDescriptor.cpp')
-rw-r--r-- | lldb/source/Core/ConnectionFileDescriptor.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Core/ConnectionFileDescriptor.cpp b/lldb/source/Core/ConnectionFileDescriptor.cpp index 4d8d123a250..8c6a123bc89 100644 --- a/lldb/source/Core/ConnectionFileDescriptor.cpp +++ b/lldb/source/Core/ConnectionFileDescriptor.cpp @@ -12,14 +12,12 @@ // C Includes #include <errno.h> #include <fcntl.h> -#ifdef __APPLE__ #include <arpa/inet.h> #include <netdb.h> #include <netinet/in.h> #include <netinet/tcp.h> #include <sys/socket.h> #include <sys/un.h> -#endif #include <sys/types.h> #include <string.h> #include <stdlib.h> |