From 52675184552c7284d4b4eb9a55f098cc80319f85 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 11 Aug 2003 20:40:21 +0000 Subject: autoconf around missing stdint.h svn:r376 --- src/common/aes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/aes.h') 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 +#include "../common/torint.h" struct aes_cnt_cipher; typedef struct aes_cnt_cipher aes_cnt_cipher_t; -- cgit v1.2.3-54-g00ecf