diff options
Diffstat (limited to 'extmod/vfs.h')
| -rw-r--r-- | extmod/vfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/vfs.h b/extmod/vfs.h index 23f2eac89..f577d3e33 100644 --- a/extmod/vfs.h +++ b/extmod/vfs.h @@ -26,7 +26,7 @@ #ifndef MICROPY_INCLUDED_EXTMOD_VFS_H #define MICROPY_INCLUDED_EXTMOD_VFS_H -#include "py/lexer.h" +#include "py/builtin.h" #include "py/obj.h" // return values of mp_vfs_lookup_path |
