aboutsummaryrefslogtreecommitdiff
path: root/src/common/aes.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2003-08-11 20:40:21 +0000
committerNick Mathewson <nickm@torproject.org>2003-08-11 20:40:21 +0000
commit52675184552c7284d4b4eb9a55f098cc80319f85 (patch)
tree8157d4e25f7a1fd355426dcb48462ee2303393f1 /src/common/aes.h
parent681c7539ef9a7ec3b0b2e6c1da551397820f7589 (diff)
downloadtor-52675184552c7284d4b4eb9a55f098cc80319f85.tar
tor-52675184552c7284d4b4eb9a55f098cc80319f85.tar.gz
autoconf around missing stdint.h
svn:r376
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 0b43619bc..918770889 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;