diff options
Diffstat (limited to 'src/common/crypto_pwbox.h')
-rw-r--r-- | src/common/crypto_pwbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto_pwbox.h b/src/common/crypto_pwbox.h index 2c73c700eb..9ed35a150e 100644 --- a/src/common/crypto_pwbox.h +++ b/src/common/crypto_pwbox.h @@ -4,7 +4,7 @@ #ifndef CRYPTO_PWBOX_H_INCLUDED_ #define CRYPTO_PWBOX_H_INCLUDED_ -#include "common/torint.h" +#include "lib/cc/torint.h" #define UNPWBOX_OKAY 0 #define UNPWBOX_BAD_SECRET -1 |