diff options
Diffstat (limited to 'src/common/aes.h')
-rw-r--r-- | src/common/aes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/aes.h b/src/common/aes.h index 5dbd6f1f72..0962e7261b 100644 --- a/src/common/aes.h +++ b/src/common/aes.h @@ -14,7 +14,7 @@ * \brief Headers for aes.c */ -#include "../common/torint.h" +#include "torint.h" struct aes_cnt_cipher; typedef struct aes_cnt_cipher aes_cnt_cipher_t; |