Skip to content

Commit

Permalink
fileio.c: include io.h
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Aug 11, 2024
1 parent a7a79c0 commit d00ed93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fileio.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <stddef.h>
#include <sys/stat.h>
#if defined(_MSC_VER)
#include <windows.h>
#include <io.h>
#define open _open
#define O_RDONLY _O_RDONLY
#define O_BINARY _O_BINARY
Expand Down

0 comments on commit d00ed93

Please sign in to comment.