diff options
author | Nick Mathewson <nickm@torproject.org> | 2003-08-11 20:40:21 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2003-08-11 20:40:21 +0000 |
commit | 52675184552c7284d4b4eb9a55f098cc80319f85 (patch) | |
tree | 8157d4e25f7a1fd355426dcb48462ee2303393f1 /src/common/aes.h | |
parent | 681c7539ef9a7ec3b0b2e6c1da551397820f7589 (diff) | |
download | tor-52675184552c7284d4b4eb9a55f098cc80319f85.tar.gz tor-52675184552c7284d4b4eb9a55f098cc80319f85.zip |
autoconf around missing stdint.h
svn:r376
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; |