diff options
Diffstat (limited to 'unix')
-rw-r--r-- | unix/modos.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/modos.c b/unix/modos.c index 1fd8790a30..e50c3aa166 100644 --- a/unix/modos.c +++ b/unix/modos.c @@ -30,6 +30,7 @@ #include <unistd.h> #include <errno.h> #include <stdlib.h> +#include "py/mpconfig.h" #if MICROPY_PY_OS_STATVFS #include <sys/statvfs.h> #endif |