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

TODO: Never "optimize" includes any more!
This commit is contained in:
Paul Sokolovsky 2014-04-20 22:16:29 +03:00
parent 353b0289f3
commit 1f2ca1c1f9
1 changed files with 1 additions and 0 deletions

View File

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