Commit f2f761c0 authored by Paul Sokolovsky's avatar Paul Sokolovsky

py/stream: Stream module works with errno's, so should include mperrno.h.

parent 243f8988
......@@ -27,6 +27,7 @@
#define __MICROPY_INCLUDED_PY_STREAM_H__
#include "py/obj.h"
#include "py/mperrno.h"
#define MP_STREAM_ERROR ((mp_uint_t)-1)
......
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