diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2018-10-12 14:57:57 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2019-04-03 12:43:22 -0400 |
commit | c621ea89e0755c7cd564071748a53e8e4a603975 (patch) | |
tree | a8d70d19bf07ccb5fbf5e6799918c4f16ff5e32e | |
parent | 2343a9f159f8d55e2b1b50157dbe8f7341a083d0 (diff) |
bcachefs: fix missing include
-rw-r--r-- | fs/bcachefs/alloc_foreground.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/bcachefs/alloc_foreground.h b/fs/bcachefs/alloc_foreground.h index c6fea092c953..ae9844b5a6e7 100644 --- a/fs/bcachefs/alloc_foreground.h +++ b/fs/bcachefs/alloc_foreground.h @@ -4,6 +4,8 @@ #include "bcachefs.h" #include "alloc_types.h" +#include <linux/hash.h> + struct bkey; struct bch_dev; struct bch_fs; |