diff options
author | Jan Chadima <jchadima@redhat.com> | 2010-08-05 18:45:01 +0200 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2010-08-05 18:45:01 +0200 |
commit | ec81bc91006efb7516ad16fd551a290cf634822b (patch) | |
tree | 051f81e24e2509e37fae64fd31ddfed0b6a59e5c /libtomcrypt/math/rand_prime.c | |
parent | 85b4cdcb94355e284c1fff81311b5a039861a01d (diff) | |
download | cryptodev-linux-ec81bc91006efb7516ad16fd551a290cf634822b.tar.gz cryptodev-linux-ec81bc91006efb7516ad16fd551a290cf634822b.tar.xz cryptodev-linux-ec81bc91006efb7516ad16fd551a290cf634822b.zip |
Fix build with recent kernels
Diffstat (limited to 'libtomcrypt/math/rand_prime.c')
-rw-r--r-- | libtomcrypt/math/rand_prime.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <linux/slab.h> /** @file rand_prime.c |