mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
py/stream: Stream module works with errno's, so should include mperrno.h.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user