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 f368697660..2c73c700eb 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 "torint.h" +#include "common/torint.h" #define UNPWBOX_OKAY 0 #define UNPWBOX_BAD_SECRET -1 |