mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
fix(termkey): include IO header on Windows
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
#include <string.h>
|
||||
#ifndef _WIN32
|
||||
# include <unistd.h>
|
||||
#else
|
||||
# include <io.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
@@ -7,6 +7,8 @@
|
||||
# include <poll.h>
|
||||
# include <unistd.h>
|
||||
# include <strings.h>
|
||||
#else
|
||||
# include <io.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
||||
|
Reference in New Issue
Block a user