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

pull/1590/merge
Damien George 2015-12-18 12:33:08 +00:00
rodzic a83124361e
commit ab8012bd80
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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