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 0b43619bc0..9187708897 100644 --- a/src/common/aes.h +++ b/src/common/aes.h @@ -7,7 +7,7 @@ #ifndef __AES_H #define __AES_H -#include <stdint.h> +#include "../common/torint.h" struct aes_cnt_cipher; typedef struct aes_cnt_cipher aes_cnt_cipher_t; |