diff options
Diffstat (limited to 'crypto/userspace/libtomcrypt/math/rand_prime.c')
-rw-r--r-- | crypto/userspace/libtomcrypt/math/rand_prime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/userspace/libtomcrypt/math/rand_prime.c b/crypto/userspace/libtomcrypt/math/rand_prime.c index ab73cd041c7..5eff3a188ca 100644 --- a/crypto/userspace/libtomcrypt/math/rand_prime.c +++ b/crypto/userspace/libtomcrypt/math/rand_prime.c @@ -9,7 +9,7 @@ * Tom St Denis, tomstdenis@gmail.com, http://libtom.org */ #include "tomcrypt.h" -#include <linux/slab.h> + /** @file rand_prime.c |