py/emitglue: Add include of unistd.h for read function.
This commit is contained in:
parent
a83124361e
commit
ab8012bd80
@ -379,6 +379,7 @@ mp_raw_code_t *mp_raw_code_load_mem(const byte *buf, size_t len) {
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
typedef struct _mp_lexer_file_buf_t {
|
||||
int fd;
|
||||
|
Loading…
Reference in New Issue
Block a user