From 48937ca42811046d35023a8543349e474f13a5fd Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Tue, 11 May 2021 16:13:16 +0100 Subject: [PATCH] ANDROID: Incremental fs: Explicitly include no longer includes . Besides, source files should explicitly include headers providing used functionality anyway. Fixes: 4ee60ec156d91 ("include: remove pagemap.h from blkdev.h") Signed-off-by: Lee Jones Change-Id: I6d28e5cc100780ecd74f5d772f08fd4b0f977898 --- fs/incfs/vfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/incfs/vfs.c b/fs/incfs/vfs.c index 6c95f737d08e..ee6a4842f98b 100644 --- a/fs/incfs/vfs.c +++ b/fs/incfs/vfs.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include