diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-08-24 16:41:42 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-08-24 21:24:38 +0200 |
commit | 05caffc957f3fa59f8a05732072459ae16514c5a (patch) | |
tree | a4b92046e396074b82b3032a2f45ccd6a8a321e7 | |
parent | 46fef31507fd2a5ba80fd3824bb00514497fc30f (diff) | |
download | nx-libs-05caffc957f3fa59f8a05732072459ae16514c5a.tar.gz nx-libs-05caffc957f3fa59f8a05732072459ae16514c5a.tar.bz2 nx-libs-05caffc957f3fa59f8a05732072459ae16514c5a.zip |
fix wrong include in 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) |