Skip to content

Commit 2ca7b05

Browse files
committed
unix/modos: Checking config macros requires mpconfig.h.
1 parent f8e9ef5 commit 2ca7b05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unix/modos.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <unistd.h>
3131
#include <errno.h>
3232
#include <stdlib.h>
33+
#include "py/mpconfig.h"
3334
#if MICROPY_PY_OS_STATVFS
3435
#include <sys/statvfs.h>
3536
#endif

0 commit comments

Comments
 (0)