From deb3318b0ea4b288431f09f8dbcf5de90a14b27b Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Fri, 12 Oct 2018 14:57:57 -0400 Subject: [PATCH] bcachefs: fix missing include Signed-off-by: Kent Overstreet --- fs/bcachefs/alloc_foreground.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fs/bcachefs/alloc_foreground.h b/fs/bcachefs/alloc_foreground.h index 609685d08642b..636fe686dc481 100644 --- a/fs/bcachefs/alloc_foreground.h +++ b/fs/bcachefs/alloc_foreground.h @@ -5,6 +5,8 @@ #include "bcachefs.h" #include "alloc_types.h" +#include + struct bkey; struct bch_dev; struct bch_fs; -- 2.30.2