diff options
Diffstat (limited to 'nx-X11/lib/X11/GetDflt.c')
-rw-r--r-- | nx-X11/lib/X11/GetDflt.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/GetDflt.c b/nx-X11/lib/X11/GetDflt.c index 8a8563379..a881f1c28 100644 --- a/nx-X11/lib/X11/GetDflt.c +++ b/nx-X11/lib/X11/GetDflt.c @@ -52,8 +52,8 @@ SOFTWARE. #include <config.h> #endif #include "Xlibint.h" -#include <X11/Xos.h> -#include <X11/Xresource.h> +#include <nx-X11/Xos.h> +#include <nx-X11/Xresource.h> #ifndef X_NOT_POSIX #ifdef _POSIX_SOURCE @@ -80,12 +80,12 @@ SOFTWARE. #endif #ifdef XTHREADS -#include <X11/Xthreads.h> +#include <nx-X11/Xthreads.h> #endif #ifndef WIN32 #define X_INCLUDE_PWD_H #define XOS_USE_XLIB_LOCKING -#include <X11/Xos_r.h> +#include <nx-X11/Xos_r.h> #endif #include <stdio.h> #include <ctype.h> |