From 05caffc957f3fa59f8a05732072459ae16514c5a Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Wed, 24 Aug 2016 16:41:42 +0200 Subject: fix wrong include in XlibInt.c --- nx-X11/lib/X11/XlibInt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nx-X11') 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 /* for LONG64 on 64-bit platforms */ +#include /* for LONG64 on 64-bit platforms */ #include void _XEatDataWords(Display *dpy, unsigned long n) -- cgit v1.2.3