diff options
Diffstat (limited to 'nx-X11/lib/X11')
-rw-r--r-- | nx-X11/lib/X11/XlibInt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/lib/X11/XlibInt.c b/nx-X11/lib/X11/XlibInt.c index 67483d3af..7c26b13cb 100644 --- a/nx-X11/lib/X11/XlibInt.c +++ b/nx-X11/lib/X11/XlibInt.c @@ -2766,7 +2766,7 @@ void _XEatData( lib. This workaround had been implemented temporarily in a couple of X libs, see e.g. https://lists.x.org/archives/xorg-devel/2013-July/036763.html. */ -#include <X11/Xmd.h> /* for LONG64 on 64-bit platforms */ +#include <nx-X11/Xmd.h> /* for LONG64 on 64-bit platforms */ #include <limits.h> void _XEatDataWords(Display *dpy, unsigned long n) |