diff options
Diffstat (limited to 'src/common/crypto_rsa.h')
-rw-r--r-- | src/common/crypto_rsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto_rsa.h b/src/common/crypto_rsa.h index c56eab319a..a80c46bb9f 100644 --- a/src/common/crypto_rsa.h +++ b/src/common/crypto_rsa.h @@ -17,7 +17,7 @@ #include "common/crypto_digest.h" #include <stdio.h> -#include "common/torint.h" +#include "lib/cc/torint.h" #include "common/testsupport.h" #include "common/compat.h" #include "common/util.h" |