Btrfs: fix page cache memory leak
[linux-2.6-block.git] / fs / btrfs / hash.c
index 22519b8e0cf2aee26298a7c2ec2b980e54e9590c..32de1ea1b64e8239573abecf4edecebd7c01fbbc 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #include <linux/types.h>
+#include "hash.h"
 #define DELTA 0x9E3779B9
 
 static void TEA_transform(__u32 buf[2], __u32 const in[])