Skip to content

Commit 1f2ca1c

Browse files
committed
unix file: mingw32 has STDIN_FILENO and friends in stdio.h .
TODO: Never "optimize" includes any more!
1 parent 353b028 commit 1f2ca1c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

unix/file.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <stdio.h>
12
#include <unistd.h>
23
#include <fcntl.h>
34
#include <errno.h>

0 commit comments

Comments
 (0)