From: Kent Overstreet Date: Fri, 12 Oct 2018 18:57:57 +0000 (-0400) Subject: bcachefs: fix missing include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=deb3318b0ea4b288431f09f8dbcf5de90a14b27b;p=linux.git bcachefs: fix missing include Signed-off-by: Kent Overstreet --- 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;