extmod/vfs_posix: Include stdio.h for declaration of function 'rename'.
This commit is contained in:
parent
6f7e774d12
commit
bff2771da1
|
@ -31,6 +31,7 @@
|
|||
|
||||
#if MICROPY_VFS_POSIX
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#include <dirent.h>
|
||||
|
|
Loading…
Reference in New Issue