From 6cd7ee4ac912a52f5e4911456e88ffc552ee3328 Mon Sep 17 00:00:00 2001 From: mrzhang Date: Mon, 27 Mar 2023 02:47:43 -0700 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 2b6f2b8e..1c43bb8d 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" -- Gitee