Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ab8012b

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

1 file changed

+1Lines changed: 1 addition & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎py/emitglue.c‎

Copy file name to clipboardExpand all lines: py/emitglue.c
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.