diff options
author | Julien Cristau <jcristau@debian.org> | 2015-07-29 20:36:13 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2015-09-25 08:04:57 +0200 |
commit | 1d31b87e8045f3fc89b1914187a9a13861d35f2d (patch) | |
tree | d4f627539d0332bfc3eef0b5ec2ad3324e284cc6 | |
parent | 7cbad9fe2e61cd9d5caeaf361826a6f4bd320f03 (diff) |
Make sure LONG64 is defined in Xtrans.h
Xtrans.h defines BytesReadable_t as int or long depending on whether
LONG64 is defined. We need to make sure Xmd.h is included so our idea
of BytesReadable_t is consistent across compilation units.
Debian bug#749120
Reported-by: Michael Tautschnig <mt@debian.org>
Signed-off-by: Julien Cristau <jcristau@debian.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | Xtrans.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ from The Open Group. #include <X11/Xfuncproto.h> #include <X11/Xos.h> +#include <X11/Xmd.h> #ifndef WIN32 #include <sys/socket.h> |