diff options
Diffstat (limited to 'nx-X11/programs/nxauth/gethost.c')
-rw-r--r-- | nx-X11/programs/nxauth/gethost.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/programs/nxauth/gethost.c b/nx-X11/programs/nxauth/gethost.c index cab2aea9f..fa889f29b 100644 --- a/nx-X11/programs/nxauth/gethost.c +++ b/nx-X11/programs/nxauth/gethost.c @@ -36,10 +36,10 @@ in this Software without prior written authorization from The Open Group. #endif #ifdef WIN32 -#include <X11/Xwinsock.h> +#include <nx-X11/Xwinsock.h> #define EPROTOTYPE WSAEPROTOTYPE #endif -#include <X11/X.h> +#include <nx-X11/X.h> #include <signal.h> #include <setjmp.h> #include <ctype.h> |