Skip to content
Snippets Groups Projects
Commit 2ca7b055 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

unix/modos: Checking config macros requires mpconfig.h.

parent f8e9ef5c
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include <unistd.h> #include <unistd.h>
#include <errno.h> #include <errno.h>
#include <stdlib.h> #include <stdlib.h>
#include "py/mpconfig.h"
#if MICROPY_PY_OS_STATVFS #if MICROPY_PY_OS_STATVFS
#include <sys/statvfs.h> #include <sys/statvfs.h>
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment