From 53fdba6bb7f3b28479d7bc983c08cbc2c88ba254 Mon Sep 17 00:00:00 2001 From: mrzhang Date: Mon, 26 Dec 2022 18:25:44 -0800 Subject: [PATCH] fixed 67ee38e from https://gitee.com/ya-lei-zhang1/kernel_liteos_m/pulls/977 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"