diff options
Diffstat (limited to 'nx-X11/programs/Xserver/os/xdmcp.c')
-rw-r--r-- | nx-X11/programs/Xserver/os/xdmcp.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/nx-X11/programs/Xserver/os/xdmcp.c b/nx-X11/programs/Xserver/os/xdmcp.c index 675e9c456..4181e52ce 100644 --- a/nx-X11/programs/Xserver/os/xdmcp.c +++ b/nx-X11/programs/Xserver/os/xdmcp.c @@ -21,10 +21,10 @@ #endif #ifdef WIN32 -#include <X11/Xwinsock.h> +#include <nx-X11/Xwinsock.h> #endif -#include <X11/Xos.h> +#include <nx-X11/Xos.h> #if !defined(WIN32) #ifndef Lynx @@ -39,10 +39,10 @@ #include <stdio.h> #include <stdlib.h> -#include <X11/X.h> -#include <X11/Xmd.h> +#include <nx-X11/X.h> +#include <nx-X11/Xmd.h> #include "misc.h" -#include <X11/Xpoll.h> +#include <nx-X11/Xpoll.h> #include "osdep.h" #include "input.h" #include "dixstruct.h" @@ -76,7 +76,7 @@ #include <X11/Xdmcp.h> #define X_INCLUDE_NETDB_H -#include <X11/Xos_r.h> +#include <nx-X11/Xos_r.h> #ifdef NX_TRANS_SOCKET |