aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSChernykh <sergey.v.chernykh@gmail.com>2019-02-14 20:46:56 +0100
committerSChernykh <sergey.v.chernykh@gmail.com>2019-02-14 20:46:56 +0100
commitf1fb06b13779d6ac464123a4bd9fcd48a0f58e3e (patch)
treef941b9cf374146a6ca9663ebbab018d9f95e4ee8
parentAdding cnv4-2 tweaks (diff)
downloadmonero-f1fb06b13779d6ac464123a4bd9fcd48a0f58e3e.tar.xz
Fixed path to int-util.h
-rw-r--r--src/crypto/slow-hash.c2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
#include <unistd.h>
-#include "common/int-util.h"
+#include "int-util.h"
#include "hash-ops.h"
#include "oaes_lib.h"
#include "variant2_int_sqrt.h"