Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux...
[pandora-kernel.git] / lib / decompress_unlzma.c
index 546f2f4..32123a1 100644 (file)
@@ -34,6 +34,7 @@
 #endif /* STATIC */
 
 #include <linux/decompress/mm.h>
+#include <linux/slab.h>
 
 #define        MIN(a, b) (((a) < (b)) ? (a) : (b))