From c621ea89e0755c7cd564071748a53e8e4a603975 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Fri, 12 Oct 2018 14:57:57 -0400 Subject: bcachefs: fix missing include --- 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 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 + struct bkey; struct bch_dev; struct bch_fs; -- cgit v1.2.3