We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a831243 commit ab8012bCopy full SHA for ab8012b
1 file changed
py/emitglue.c
@@ -379,6 +379,7 @@ mp_raw_code_t *mp_raw_code_load_mem(const byte *buf, size_t len) {
379
380
#include <sys/stat.h>
381
#include <fcntl.h>
382
+#include <unistd.h>
383
384
typedef struct _mp_lexer_file_buf_t {
385
int fd;
0 commit comments