Browse Source

unix file: mingw32 has STDIN_FILENO and friends in stdio.h .

TODO: Never "optimize" includes any more!
pull/512/merge
Paul Sokolovsky 11 years ago
parent
commit
1f2ca1c1f9
  1. 1
      unix/file.c

1
unix/file.c

@ -1,3 +1,4 @@
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>

Loading…
Cancel
Save