Commit 2ca7b055 authored by Paul Sokolovsky's avatar Paul Sokolovsky

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

parent f8e9ef5c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment