mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
Windows: include <io.h>.
if_csope.c uses _open_osfhandle so include the necessary header. Futher we need <io.h> for read/write/close/lseek. See: https://msdn.microsoft.com/en-us/library/bdts1c9x.aspx
This commit is contained in:

committed by
Seth Jackson

parent
55a345c3e7
commit
8099275082
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
#include <io.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#define NAME_MAX _MAX_PATH
|
#define NAME_MAX _MAX_PATH
|
||||||
|
Reference in New Issue
Block a user