Commit a053df0a authored by Ulrich Sibiller's avatar Ulrich Sibiller

fix wrong include in XlibInt.c

parent 6dce607b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment