diff options
Diffstat (limited to 'fs/btrfs/props.c')
-rw-r--r-- | fs/btrfs/props.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/props.c b/fs/btrfs/props.c index f9e60231f685..36992128c746 100644 --- a/fs/btrfs/props.c +++ b/fs/btrfs/props.c | |||
@@ -22,6 +22,7 @@ | |||
22 | #include "hash.h" | 22 | #include "hash.h" |
23 | #include "transaction.h" | 23 | #include "transaction.h" |
24 | #include "xattr.h" | 24 | #include "xattr.h" |
25 | #include "compression.h" | ||
25 | 26 | ||
26 | #define BTRFS_PROP_HANDLERS_HT_BITS 8 | 27 | #define BTRFS_PROP_HANDLERS_HT_BITS 8 |
27 | static DEFINE_HASHTABLE(prop_handlers_ht, BTRFS_PROP_HANDLERS_HT_BITS); | 28 | static DEFINE_HASHTABLE(prop_handlers_ht, BTRFS_PROP_HANDLERS_HT_BITS); |