diff options
Diffstat (limited to 'nx-X11/lib/X11/GetTxtProp.c')
-rw-r--r-- | nx-X11/lib/X11/GetTxtProp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/GetTxtProp.c b/nx-X11/lib/X11/GetTxtProp.c index 0d4474253..dbff8abc8 100644 --- a/nx-X11/lib/X11/GetTxtProp.c +++ b/nx-X11/lib/X11/GetTxtProp.c @@ -52,10 +52,10 @@ from The Open Group. #ifdef HAVE_CONFIG_H #include <config.h> #endif -#include <X11/Xlibint.h> -#include <X11/Xatom.h> -#include <X11/Xutil.h> -#include <X11/Xos.h> +#include <nx-X11/Xlibint.h> +#include <nx-X11/Xatom.h> +#include <nx-X11/Xutil.h> +#include <nx-X11/Xos.h> #include <stdio.h> Status XGetTextProperty (display, window, tp, property) |