diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2018-10-12 14:57:57 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2018-10-12 14:57:57 -0400 |
commit | d7f6da1d60ec24266301231538ff6f09716537ed (patch) | |
tree | f142d10112c4cf92e6e2c1eaa7d75b7c11d29322 | |
parent | ae9e436e26f4cb5a92f54c0d90b3965feb51531f (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; |