diff options
| author | SChernykh <sergey.v.chernykh@gmail.com> | 2019-02-14 20:46:56 +0100 |
|---|---|---|
| committer | SChernykh <sergey.v.chernykh@gmail.com> | 2019-02-14 20:46:56 +0100 |
| commit | f1fb06b13779d6ac464123a4bd9fcd48a0f58e3e (patch) | |
| tree | f941b9cf374146a6ca9663ebbab018d9f95e4ee8 | |
| parent | 9da0892b102b7b5a85a0769ea2022b0abe0046d7 (diff) | |
| download | monzero-core-f1fb06b13779d6ac464123a4bd9fcd48a0f58e3e.tar.gz monzero-core-f1fb06b13779d6ac464123a4bd9fcd48a0f58e3e.tar.xz monzero-core-f1fb06b13779d6ac464123a4bd9fcd48a0f58e3e.zip | |
Fixed path to int-util.h
| -rw-r--r-- | src/crypto/slow-hash.c | 2 |
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" |
