From 1d31b87e8045f3fc89b1914187a9a13861d35f2d Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Wed, 29 Jul 2015 20:36:13 +0200 Subject: 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 Signed-off-by: Julien Cristau Reviewed-by: Alan Coopersmith --- Xtrans.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Xtrans.h b/Xtrans.h index 026fbd7..22e0440 100644 --- a/Xtrans.h +++ b/Xtrans.h @@ -52,6 +52,7 @@ from The Open Group. #include #include +#include #ifndef WIN32 #include -- cgit v1.2.1