]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - lib/decompress_unlzma.c
kmemtrace, kbuild: fix slab.h dependency problem in lib/decompress_unlzma.c
[linux-2.6-omap-h63xx.git] / lib / decompress_unlzma.c
index 546f2f4c157e7ce166e13007d9ec68447c5f6346..32123a1340e6bdb2125004def332daa5499c02f7 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))