From 67ee38e1e33b1909c1422997857544ce1a2a1f7f Mon Sep 17 00:00:00 2001 From: mrzhang Date: Mon, 26 Dec 2022 18:25:44 -0800 Subject: [PATCH] fix: Fixed compilation problems with niobe407 and neptune100 Signed-off-by: mrzhang --- components/fs/vfs/vfs_fs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/components/fs/vfs/vfs_fs.c b/components/fs/vfs/vfs_fs.c index 44c7fc9e..499b928f 100644 --- a/components/fs/vfs/vfs_fs.c +++ b/components/fs/vfs/vfs_fs.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include "errno.h"