page allocator: do not sanity check order in the fast path
[sfrench/cifs-2.6.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))