Skip to content
Snippets Groups Projects
Commit ab8012bd authored by Damien George's avatar Damien George
Browse files

py/emitglue: Add include of unistd.h for read function.

parent a8312436
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment