diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-08-24 16:41:42 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-09 11:03:38 +0200 |
commit | a053df0a77455879dc7a23601ba21b579a0b13e7 (patch) | |
tree | fb73af2485a947c383cccd3c9b33c227fbdc415a /nx-X11/lib/X11/XlibInt.c | |
parent | 6dce607bad8711dd06a5a7b69ad1930386b4123b (diff) | |
download | nx-libs-a053df0a77455879dc7a23601ba21b579a0b13e7.tar.gz nx-libs-a053df0a77455879dc7a23601ba21b579a0b13e7.tar.bz2 nx-libs-a053df0a77455879dc7a23601ba21b579a0b13e7.zip |
fix wrong include in XlibInt.c
Diffstat (limited to 'nx-X11/lib/X11/XlibInt.c')
-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) |