summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_shrink.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 /libtommath/bn_mp_shrink.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 'libtommath/bn_mp_shrink.c')
-rw-r--r--libtommath/bn_mp_shrink.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libtommath/bn_mp_shrink.c b/libtommath/bn_mp_shrink.c
index 4b8c5ef..3e38556 100644
--- a/libtommath/bn_mp_shrink.c
+++ b/libtommath/bn_mp_shrink.c
@@ -1,4 +1,5 @@
#include <tommath.h>
+#include <linux/slab.h>
#ifdef BN_MP_SHRINK_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*