From ec1a62b50dedb65f14db30dbafb1035018cf3421 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sun, 18 Nov 2018 10:17:24 +0000 Subject: move int-util.h to epee --- src/crypto/skein_port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crypto/skein_port.h') diff --git a/src/crypto/skein_port.h b/src/crypto/skein_port.h index a50a28e6b..8a1640e57 100644 --- a/src/crypto/skein_port.h +++ b/src/crypto/skein_port.h @@ -114,7 +114,7 @@ typedef uint64_t u64b_t; /* 64-bit unsigned integer */ #ifndef SKEIN_NEED_SWAP /* compile-time "override" for endianness? */ -#include "common/int-util.h" +#include "int-util.h" #define IS_BIG_ENDIAN 4321 /* byte 0 is most significant (mc68k) */ #define IS_LITTLE_ENDIAN 1234 /* byte 0 is least significant (i386) */ -- cgit v1.2.3