X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fs%2Fbtrfs%2Fhash.c;h=32de1ea1b64e8239573abecf4edecebd7c01fbbc;hb=35b7e476107e3d54f03384e0f2fa3dfd68933353;hp=22519b8e0cf2aee26298a7c2ec2b980e54e9590c;hpb=090d18753c7fb73f7d846c3a89a50cd35136d144;p=linux-2.6-block.git diff --git a/fs/btrfs/hash.c b/fs/btrfs/hash.c index 22519b8e0cf2..32de1ea1b64e 100644 --- a/fs/btrfs/hash.c +++ b/fs/btrfs/hash.c @@ -11,6 +11,7 @@ */ #include +#include "hash.h" #define DELTA 0x9E3779B9 static void TEA_transform(__u32 buf[2], __u32 const in[])