From cee23de1530f51b235776822cde011889518eb52 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Sat, 14 Oct 2000 10:51:18 +0000 Subject: - (stevesk) Include config.h in rijndael.c so we define intXX_t and u_intXX_t types on all platforms. --- rijndael.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rijndael.c') diff --git a/rijndael.c b/rijndael.c index bb592bc2f..fd1cc99b8 100644 --- a/rijndael.c +++ b/rijndael.c @@ -38,7 +38,7 @@ Mean: 500 cycles = 51.2 mbits/sec */ -#include +#include "config.h" #include "rijndael.h" void gen_tabs __P((void)); -- cgit v1.2.3