summaryrefslogtreecommitdiffstats
path: root/crypto/userspace/libtommath/bn_mp_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/userspace/libtommath/bn_mp_init.c')
-rw-r--r--crypto/userspace/libtommath/bn_mp_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/userspace/libtommath/bn_mp_init.c b/crypto/userspace/libtommath/bn_mp_init.c
index 8be27f5696a..990500ba09f 100644
--- a/crypto/userspace/libtommath/bn_mp_init.c
+++ b/crypto/userspace/libtommath/bn_mp_init.c
@@ -1,4 +1,5 @@
#include <tommath.h>
+#include <linux/slab.h>
#ifdef BN_MP_INIT_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*