]> git.karo-electronics.de Git - linux-beck.git/blobdiff - lib/inflate.c
Btrfs: fix missing deleted items in btrfs_clean_quota_tree
[linux-beck.git] / lib / inflate.c
index d10255973a9fc8b79df675c684a6532da26694a8..013a7619348125b1a9d4de74546d927acf2616c1 100644 (file)
       the two sets of lengths.
  */
 #include <linux/compiler.h>
+#ifdef NO_INFLATE_MALLOC
+#include <linux/slab.h>
+#endif
 
 #ifdef RCSID
 static char rcsid[] = "#Id: inflate.c,v 0.14 1993/06/10 13:27:04 jloup Exp #";