summaryrefslogtreecommitdiff
path: root/src/common/aes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/aes.h')
-rw-r--r--src/common/aes.h2
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;