py/stream: Stream module works with errno's, so should include mperrno.h.
This commit is contained in:
parent
243f8988be
commit
f2f761c0c3
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue