mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
If DTTOIF() macro is not defined, the code refers to MP_S_IFDIR, etc. symbols defined in extmod/vfs.h, so should include it. This fixes build for Android.