summaryrefslogtreecommitdiffstats
path: root/libtomcrypt/math/rand_prime.c
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-05 18:46:50 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-05 18:46:50 +0200
commit0970369455d02b2fe40567ac4cc93d1250b47bab (patch)
treea0a2e46da9724c70f4dcecd0ceee654ef7d12dd7 /libtomcrypt/math/rand_prime.c
parent6f6f390079dac792aff568b278b8329c671e08e4 (diff)
parentec81bc91006efb7516ad16fd551a290cf634822b (diff)
downloadcryptodev-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.c1
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