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

pull/1/head
Bob Fanger 2019-09-21 15:29:33 +02:00 committed by Damien George
parent 6f7e774d12
commit bff2771da1
1 changed files with 1 additions and 0 deletions

View File

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