From 5d8a9acef0228e53e2069c6218beb8716b89aacd Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 11 Sep 2006 20:46:13 +1000 Subject: - (dtucker) [cipher-aes.c] Include string.h for memcpy and friends. Noted by Pekka Savola. --- cipher-aes.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cipher-aes.c') diff --git a/cipher-aes.c b/cipher-aes.c index 14ef10f0..3ea59496 100644 --- a/cipher-aes.c +++ b/cipher-aes.c @@ -33,6 +33,7 @@ #include #include +#include #include "rijndael.h" #include "xmalloc.h" -- cgit v1.2.3