From f1fb06b13779d6ac464123a4bd9fcd48a0f58e3e Mon Sep 17 00:00:00 2001 From: SChernykh Date: Thu, 14 Feb 2019 20:46:56 +0100 Subject: [PATCH] Fixed path to int-util.h --- src/crypto/slow-hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/slow-hash.c b/src/crypto/slow-hash.c index 164cff3d4..c1de253f2 100644 --- a/src/crypto/slow-hash.c +++ b/src/crypto/slow-hash.c @@ -35,7 +35,7 @@ #include #include -#include "common/int-util.h" +#include "int-util.h" #include "hash-ops.h" #include "oaes_lib.h" #include "variant2_int_sqrt.h"