aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/aesb.c
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-11-18 10:17:24 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-12-04 15:14:29 +0000
commitec1a62b50dedb65f14db30dbafb1035018cf3421 (patch)
tree8c009bb87bded56240a2a7c4eff6a0ab14b44ae5 /src/crypto/aesb.c
parentMerge pull request #4872 (diff)
downloadmonero-ec1a62b50dedb65f14db30dbafb1035018cf3421.tar.xz
move int-util.h to epee
Diffstat (limited to 'src/crypto/aesb.c')
-rw-r--r--src/crypto/aesb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/aesb.c b/src/crypto/aesb.c
index 8a22a4b93..efdeef8d1 100644
--- a/src/crypto/aesb.c
+++ b/src/crypto/aesb.c
@@ -19,7 +19,7 @@ Issue Date: 20/12/2007
*/
#include <stdint.h>
-#include "common/int-util.h"
+#include "int-util.h"
#if defined(__cplusplus)
extern "C"