Windows: fix building MBR bootloader following modification of Xts.c

This commit is contained in:
Mounir IDRASSI 2019-01-26 01:10:11 +01:00
parent ce0a34941a
commit 7b95b375a0
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
1 changed files with 2 additions and 0 deletions

View File

@ -27,8 +27,10 @@ For big-endian platforms define BYTE_ORDER as BIG_ENDIAN. */
# include <memory.h>
#endif
#ifndef TC_NO_COMPILER_INT64
#include "cpu.h"
#include "misc.h"
#endif
#include "Xts.h"