From ec81bc91006efb7516ad16fd551a290cf634822b Mon Sep 17 00:00:00 2001 From: Jan Chadima Date: Thu, 5 Aug 2010 18:45:01 +0200 Subject: Fix build with recent kernels --- libtomcrypt/math/rand_prime.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libtomcrypt/math/rand_prime.c') diff --git a/libtomcrypt/math/rand_prime.c b/libtomcrypt/math/rand_prime.c index d48653a..ab73cd0 100644 --- a/libtomcrypt/math/rand_prime.c +++ b/libtomcrypt/math/rand_prime.c @@ -9,6 +9,7 @@ * Tom St Denis, tomstdenis@gmail.com, http://libtom.org */ #include "tomcrypt.h" +#include /** @file rand_prime.c -- cgit