diff --git a/sys/fs/vfs/file.c b/sys/fs/vfs/file.c index 7898199..5c9ae54 100644 --- a/sys/fs/vfs/file.c +++ b/sys/fs/vfs/file.c @@ -37,6 +37,7 @@ #include #include #include +#include "../fat/fat_filelib.h" static struct spinLock fdTable_lock = SPIN_LOCK_INITIALIZER ;