summaryrefslogtreecommitdiff
path: root/extmod/vfs_posix.c
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2018-08-16 14:37:06 -0700
committerScott Shawcroft <scott@tannewt.org>2018-08-16 17:41:53 -0700
commit96534e598ea6ca7f67b31c547b50c27331396158 (patch)
treecc0e6f7e1e3670c242c2c6aaae0c467b78c63e1c /extmod/vfs_posix.c
parent76e0373576529aa41fc90e142f8b071b6c732c2f (diff)
Fix unix coverage and update translations.
Diffstat (limited to 'extmod/vfs_posix.c')
-rw-r--r--extmod/vfs_posix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/extmod/vfs_posix.c b/extmod/vfs_posix.c
index 9ee4900ee..39e197f29 100644
--- a/extmod/vfs_posix.c
+++ b/extmod/vfs_posix.c
@@ -31,6 +31,7 @@
#if defined(MICROPY_VFS_POSIX) && MICROPY_VFS_POSIX
+#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
#include <dirent.h>