unix/modos: Checking config macros requires mpconfig.h.
This commit is contained in:
parent
f8e9ef5cd0
commit
2ca7b05552
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue