win: added fcntl.h to uv-win.h

PR-URL: https://github.com/libuv/libuv/pull/1130
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
This commit is contained in:
Michele Caini 2016-11-08 17:11:58 +01:00 committed by Santiago Gimeno
parent 65751b5cd6
commit 2e5ad25cad
No known key found for this signature in database
GPG Key ID: F28C3C8DA33C03BE

View File

@ -49,6 +49,7 @@ typedef struct pollfd {
#include <process.h>
#include <signal.h>
#include <fcntl.h>
#include <sys/stat.h>
#if defined(_MSC_VER) && _MSC_VER < 1600