From 7b95b375a0aeb7fcba50437944d94bab074e7df4 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 26 Jan 2019 01:10:11 +0100 Subject: Windows: fix building MBR bootloader following modification of Xts.c --- src/Common/Xts.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Common/Xts.c b/src/Common/Xts.c index 20e066cf..390eb31e 100644 --- a/src/Common/Xts.c +++ b/src/Common/Xts.c @@ -27,8 +27,10 @@ For big-endian platforms define BYTE_ORDER as BIG_ENDIAN. */ # include #endif +#ifndef TC_NO_COMPILER_INT64 #include "cpu.h" #include "misc.h" +#endif #include "Xts.h" -- cgit v1.2.3