From 1f2ca1c1f9946fa28269526b4f1e16a316cf4b07 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky <pfalcon@users.sourceforge.net> Date: Sun, 20 Apr 2014 22:16:29 +0300 Subject: [PATCH] unix file: mingw32 has STDIN_FILENO and friends in stdio.h . TODO: Never "optimize" includes any more! --- unix/file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/unix/file.c b/unix/file.c index a0a865a26..5bda34013 100644 --- a/unix/file.c +++ b/unix/file.c @@ -1,3 +1,4 @@ +#include <stdio.h> #include <unistd.h> #include <fcntl.h> #include <errno.h> -- GitLab