diff options
author | Miloslav Trmač <mitr@redhat.com> | 2010-08-05 18:46:50 +0200 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2010-08-05 18:46:50 +0200 |
commit | 0970369455d02b2fe40567ac4cc93d1250b47bab (patch) | |
tree | a0a2e46da9724c70f4dcecd0ceee654ef7d12dd7 /libtomcrypt/math/rand_prime.c | |
parent | 6f6f390079dac792aff568b278b8329c671e08e4 (diff) | |
parent | ec81bc91006efb7516ad16fd551a290cf634822b (diff) | |
download | cryptodev-linux-0970369455d02b2fe40567ac4cc93d1250b47bab.tar.gz cryptodev-linux-0970369455d02b2fe40567ac4cc93d1250b47bab.tar.xz cryptodev-linux-0970369455d02b2fe40567ac4cc93d1250b47bab.zip |
Merge branch 'bugfixes'
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 |