Btrfs: make things static and include the right headers
[linux-2.6-block.git] / fs / btrfs / zlib.c
index 5b9f7002513c9f1f68c7ea0191a4d17b41ef29d2..c4617cde6c73cb0774f2213e3b05fff583f84072 100644 (file)
@@ -30,6 +30,7 @@
 #include <linux/sched.h>
 #include <linux/pagemap.h>
 #include <linux/bio.h>
+#include "compression.h"
 
 /* Plan: call deflate() with avail_in == *sourcelen,
        avail_out = *dstlen - 12 and flush == Z_FINISH.