extmod/vfs_posix: Include stdio.h for declaration of function 'rename'.

pull/5146/head
Bob Fanger 2019-09-21 15:29:33 +02:00 zatwierdzone przez Damien George
rodzic 6f7e774d12
commit bff2771da1
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -31,6 +31,7 @@
#if MICROPY_VFS_POSIX
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
#include <dirent.h>