diff options
Diffstat (limited to 'nxcomp/Proxy.cpp')
-rw-r--r-- | nxcomp/Proxy.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/nxcomp/Proxy.cpp b/nxcomp/Proxy.cpp index 123181489..240d403a6 100644 --- a/nxcomp/Proxy.cpp +++ b/nxcomp/Proxy.cpp @@ -43,17 +43,13 @@ #include <netinet/in_systm.h> #endif -#ifndef __CYGWIN32__ -#include <sys/un.h> -#endif - #ifndef ANDROID #include <netinet/in.h> #include <netinet/ip.h> #include <netinet/tcp.h> #endif -#if defined(__EMX__ ) || defined(__CYGWIN32__) +#if defined(__EMX__ ) struct sockaddr_un { |