diff options
Diffstat (limited to 'src/common/crypto_digest.h')
-rw-r--r-- | src/common/crypto_digest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto_digest.h b/src/common/crypto_digest.h index 25ca5ceda7..96ac038507 100644 --- a/src/common/crypto_digest.h +++ b/src/common/crypto_digest.h @@ -16,7 +16,7 @@ #include <stdio.h> #include "common/container.h" -#include "common/torint.h" +#include "lib/cc/torint.h" /** Length of the output of our message digest. */ #define DIGEST_LEN 20 |