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

readthedocs
Damien George 2015-12-18 12:33:08 +00:00
parent a83124361e
commit ab8012bd80
1 changed files with 1 additions and 0 deletions

View File

@ -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;