diff options
Diffstat (limited to 'nx-X11/lib/xtrans/Xtranssock.c')
-rw-r--r-- | nx-X11/lib/xtrans/Xtranssock.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/nx-X11/lib/xtrans/Xtranssock.c b/nx-X11/lib/xtrans/Xtranssock.c index 62feefed7..b08cd9f0a 100644 --- a/nx-X11/lib/xtrans/Xtranssock.c +++ b/nx-X11/lib/xtrans/Xtranssock.c @@ -84,7 +84,7 @@ from the copyright holders. #include <ctype.h> #ifdef XTHREADS -#include <X11/Xthreads.h> +#include <nx-X11/Xthreads.h> #endif #ifndef WIN32 @@ -98,7 +98,7 @@ from the copyright holders. #if defined(TCPCONN) || defined(UNIXCONN) #define X_INCLUDE_NETDB_H #define XOS_USE_NO_LOCKING -#include <X11/Xos_r.h> +#include <nx-X11/Xos_r.h> #endif #ifdef UNIXCONN @@ -142,9 +142,9 @@ from the copyright holders. #else /* !WIN32 */ -#include <X11/Xwinsock.h> -#include <X11/Xwindows.h> -#include <X11/Xw32defs.h> +#include <nx-X11/Xwinsock.h> +#include <nx-X11/Xwindows.h> +#include <nx-X11/Xw32defs.h> #undef close #define close closesocket #define ECONNREFUSED WSAECONNREFUSED @@ -157,7 +157,7 @@ from the copyright holders. #define EINTR WSAEINTR #define X_INCLUDE_NETDB_H #define XOS_USE_MTSAFE_NETDBAPI -#include <X11/Xos_r.h> +#include <nx-X11/Xos_r.h> #endif /* WIN32 */ #if defined(SO_DONTLINGER) && defined(SO_LINGER) |