Skip to content

Commit ab8012b

Browse files
committed
py/emitglue: Add include of unistd.h for read function.
1 parent a831243 commit ab8012b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

py/emitglue.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ mp_raw_code_t *mp_raw_code_load_mem(const byte *buf, size_t len) {
379379

380380
#include <sys/stat.h>
381381
#include <fcntl.h>
382+
#include <unistd.h>
382383

383384
typedef struct _mp_lexer_file_buf_t {
384385
int fd;

0 commit comments

Comments
 (0)