VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Xts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Xts.c')
-rw-r--r--src/Common/Xts.c2
1 files changed, 2 insertions, 0 deletions
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 <memory.h>
#endif
+#ifndef TC_NO_COMPILER_INT64
#include "cpu.h"
#include "misc.h"
+#endif
#include "Xts.h"