diff --git a/fs/exfat/exfat_vfs.c b/fs/exfat/exfat_vfs.c index 420ead2a3d9..f15e91b6977 100644 --- a/fs/exfat/exfat_vfs.c +++ b/fs/exfat/exfat_vfs.c @@ -24,6 +24,7 @@ #include +#include #include #include #include @@ -1405,3 +1406,9 @@ static int exfatfs_format(FAR struct exfat *ef, FAR const char *spec, return exfat_close(dev); } + +#ifndef CONFIG_LIBC_LOCALTIME +void tzset(void) +{ +} +#endif