bcachefs: fix missing include

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2018-10-12 14:57:57 -04:00 committed by Kent Overstreet
parent 6278a46da3
commit deb3318b0e
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
#include "bcachefs.h"
#include "alloc_types.h"
#include <linux/hash.h>
struct bkey;
struct bch_dev;
struct bch_fs;